Class SearchResourcesModel
The model containing the search data
Inheritance
System.Object
SearchResourcesModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SearchResourcesModel
Constructors
SearchResourcesModel()
Declaration
public SearchResourcesModel()
Properties
ResourceFolderUri
Gets or sets the unique resource identifier (URI) of the folder. null or empty string is the root folder
Declaration
public string ResourceFolderUri { get; set; }
Property Value
System.String
|
SearchPattern
Gets or sets the search pattern to match against the names of resources.
Declaration
public string SearchPattern { get; set; }
Property Value
System.String
|