Class
FolderContentsResponseModel

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:

cs-api-definition
public class FolderContentsResponseModel

Inheritance: objectFolderContentsResponseModel

Constructors

FolderContentsResponseModel()

Declaration

cs-api-definition
public FolderContentsResponseModel()

Properties

Files

Gets or sets the collection of files contained within the requested folder.

Declaration

cs-api-definition
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

cs-api-definition
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.