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:
C#
public class FolderContentsResponseModel
Inheritance: objectFolderContentsResponseModel
Constructors
C#
public FolderContentsResponseModel()
Properties
Files
IEnumerable<ResourceFileModel>
Gets or sets the collection of files contained within the requested folder.
C#
public IEnumerable<ResourceFileModel> Files { get; set; }
Remarks:
Includes file metadata such as names, sizes, URIs, and timestamps for file management operations in the storage system.
Folders
IEnumerable<ResourceFolderModel>
Gets or sets the collection of subfolders contained within the requested folder.
C#
public IEnumerable<ResourceFolderModel> Folders { get; set; }
Remarks:
Provides folder hierarchy information including names, URIs, and metadata for navigation purposes in the Assets Manager.