New to Telerik ReportingStart a free 30-day trial

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:

C#
public class FolderHasContentsResponseModel

Inheritance: objectFolderHasContentsResponseModel

Constructors

C#
public FolderHasContentsResponseModel()

Properties

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

C#
public bool HasContents { get; set; }
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.