New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public class SearchResourceResponseModel

Inheritance: objectSearchResourceResponseModel

Constructors

C#
public SearchResourceResponseModel()

Properties

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

C#
public IEnumerable<ResourceFileModel> Files { get; set; }
Remarks:

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

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

C#
public IEnumerable<ResourceFolderModel> Folders { get; set; }
Remarks:

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