ClassSearchResourcesModel
Model containing search criteria for resource query operations in the WebReportDesigner system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
public class SearchResourcesModel
Inheritance: objectSearchResourcesModel
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
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
string
Remarks
Defines the criteria for filtering resources by name, supporting pattern matching to locate specific files and folders in the storage system.