Class
SearchResourceResponseModel

Model containing search results for resource queries in the WebReportDesigner system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class SearchResourceResponseModel

Inheritance: objectSearchResourceResponseModel

Constructors

SearchResourceResponseModel()

Declaration

cs-api-definition
public SearchResourceResponseModel()

Properties

Files

Gets or sets the collection of files found in the search.

Declaration

cs-api-definition
public IEnumerable<ResourceFileModel> Files { get; set; }

Property Value

IEnumerable<ResourceFileModel>

Remarks

Contains file results that match the search criteria, providing access to file metadata and operations for discovered resources.

Folders

Gets or sets the collection of folders found in the search.

Declaration

cs-api-definition
public IEnumerable<ResourceFolderModel> Folders { get; set; }

Property Value

IEnumerable<ResourceFolderModel>

Remarks

Contains folder results that match the search criteria, enabling hierarchical navigation and folder-specific operations in search results.