Class ResourceFolderModel
Model representing a folder in the WebReportDesigner storage system hierarchy.
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ResourceFolderModel : ResourceModelBase
Remarks
Used as a tree node structure for displaying hierarchical folder structures in the Assets Manager and other UI components that require folder navigation.
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
|
System.Boolean
|
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
|
System.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
|
System.String
|
Remarks
Use null or empty string for root-level folders that have no parent directory.