ClassFolderContentsResponseModel
Response model containing the contents of a folder in the WebReportDesigner storage system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
public class FolderContentsResponseModel
Inheritance: objectFolderContentsResponseModel
Constructors
FolderContentsResponseModel()
Declaration
public FolderContentsResponseModel()
Properties
Files
Gets or sets the collection of files contained within the requested folder.
Declaration
public IEnumerable<ResourceFileModel> Files { get; set; }
Property Value
IEnumerable<ResourceFileModel>
Remarks
Includes file metadata such as names, sizes, URIs, and timestamps for file management operations in the storage system.
Folders
Gets or sets the collection of subfolders contained within the requested folder.
Declaration
public IEnumerable<ResourceFolderModel> Folders { get; set; }
Property Value
IEnumerable<ResourceFolderModel>
Remarks
Provides folder hierarchy information including names, URIs, and metadata for navigation purposes in the Assets Manager.