SearchResourcesModel
Class
Model containing search criteria for resource query operations in the WebReportDesigner system.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
C#
public class SearchResourcesModel
Inheritance: objectSearchResourcesModel
Constructors
C#
public SearchResourcesModel()
Properties
ResourceFolderUri
string
Gets or sets the unique resource identifier (URI) of the folder. null or empty string is the root folder
C#
public string ResourceFolderUri { get; set; }
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
string
Gets or sets the search pattern to match against resource names.
C#
public string SearchPattern { get; set; }
Remarks:
Defines the criteria for filtering resources by name, supporting pattern matching to locate specific files and folders in the storage system.