ResourceFolderModel
Class
Model representing a folder in the WebReportDesigner storage system hierarchy.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class ResourceFolderModel : ResourceModelBase
Inheritance: objectResourceModelBaseResourceFolderModel
Inherited Members
Constructors
C#
public ResourceFolderModel()
Properties
HasSubFolders
bool
Gets or sets a value indicating whether the folder contains subfolders.
C#
public bool HasSubFolders { get; set; }
Remarks:
Used for UI optimization to determine whether to display folder expansion indicators without loading the full contents.
Name
string
Gets or sets the name of the folder.
C#
public string Name { get; set; }
Remarks:
This is the display name shown in folder listings and tree views.
ParentUri
string
Gets or sets the URI of the parent folder.
C#
public string ParentUri { get; set; }
Remarks:
Use null or empty string for root-level folders that have no parent directory.