Class SearchResourcesModel
Model containing search criteria for resource query operations in the WebReportDesigner system.
Inheritance
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SearchResourcesModel
Remarks
Used to specify search parameters for finding resources within the storage system, allowing scoped searches within specific folders and pattern-based filtering of resource names.
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
|
Remarks
Use null or empty string to search from the root folder. Specifies the scope of the search operation within the hierarchical storage structure.
SearchPattern
Gets or sets the search pattern to match against resource names.
Declaration
public string SearchPattern { get; set; }
Property Value
|
System.String
|
Remarks
Defines the criteria for filtering resources by name, supporting pattern matching to locate specific files and folders in the storage system.