Class FolderContentsResponseModel
The model containing the folder contents response data
Inheritance
System.Object
FolderContentsResponseModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class FolderContentsResponseModel
Constructors
FolderContentsResponseModel()
Declaration
public FolderContentsResponseModel()
Properties
Files
Gets or sets the files, contained in the folder
Declaration
public IEnumerable<ResourceFileModel> Files { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ResourceFileModel>
|
Folders
Gets or sets the folders, contained in the folder
Declaration
public IEnumerable<ResourceFolderModel> Folders { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ResourceFolderModel>
|