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