Class
ResourceFolderModel

Model representing a folder in the WebReportDesigner storage system hierarchy.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class ResourceFolderModel : ResourceModelBase

Inheritance: objectResourceModelBaseResourceFolderModel

Inherited Members ResourceModelBase.UriResourceModelBase.CreatedOnResourceModelBase.ModifiedOn

Constructors

ResourceFolderModel()

Declaration

cs-api-definition
public ResourceFolderModel()

Properties

HasSubFolders

Gets or sets a value indicating whether the folder contains subfolders.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public string ParentUri { get; set; }

Property Value

string

Remarks

Use null or empty string for root-level folders that have no parent directory.