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
Files
IEnumerable<ResourceFileModel>
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.
Folders
IEnumerable<ResourceFolderModel>
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.