New to Telerik ReportingStart a free 30-day trial

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

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.

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.