ClassFolderHasContentsResponseModel
Class
Response model that indicates whether a folder contains any files or subfolders, used for efficient folder management and UI optimization.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public class FolderHasContentsResponseModel
Inheritance: objectFolderHasContentsResponseModel
Constructors
FolderHasContentsResponseModel()
Declaration
cs-api-definition
public FolderHasContentsResponseModel()
Properties
HasContents
Gets or sets a value indicating whether the folder contains any files or subfolders.
Declaration
cs-api-definition
public bool HasContents { get; set; }
Property Value
bool
Remarks
Returns true if the folder has at least one file or subfolder, false if empty. Used for determining whether to display folder expansion indicators in the UI.