Class
SearchResourcesModel

Model containing search criteria for resource query operations in the WebReportDesigner system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

cs-api-definition
public class SearchResourcesModel

Inheritance: objectSearchResourcesModel

Constructors

SearchResourcesModel()

Declaration

cs-api-definition
public SearchResourcesModel()

Properties

ResourceFolderUri

Gets or sets the unique resource identifier (URI) of the folder. null or empty string is the root folder

Declaration

cs-api-definition
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

cs-api-definition
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.