Class SearchResourceResponseModel
The model containing the search response data
Inheritance
System.Object
SearchResourceResponseModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SearchResourceResponseModel
Constructors
SearchResourceResponseModel()
Declaration
public SearchResourceResponseModel()
Properties
Files
Gets or sets the files, that were found in the search
Declaration
public IEnumerable<ResourceFileModel> Files { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ResourceFileModel>
|
Folders
Gets or sets the folders, that were found in the search
Declaration
public IEnumerable<ResourceFolderModel> Folders { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ResourceFolderModel>
|