Class FolderHasContentsResponseModel
The model containing the folder has contents response data
Inheritance
System.Object
FolderHasContentsResponseModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class FolderHasContentsResponseModel
Constructors
FolderHasContentsResponseModel()
Declaration
public FolderHasContentsResponseModel()
Properties
HasContents
Gets or sets a value, indicating if the given folder has contents
Declaration
public bool HasContents { get; set; }
Property Value
System.Boolean
|