ISearchableVirtualDirectoryTResultSearch Method (String, Int32, Int32, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Searches the current IVirtualDirectory for files matching a specific query.

Namespace: ContentStudio.Storage
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

IPagedResult<TResult> Search(
	string query,
	int pageIndex,
	int pageSize,
	string sortOrder
)

Parameters

query
Type: SystemString
The query to use.
pageIndex
Type: SystemInt32
Index of the page.
pageSize
Type: SystemInt32
Size of the page.
sortOrder
Type: SystemString
The sort order.

Return Value

Type: IPagedResultTResult
an IPagedResultTResult object that contains the search result with paging information.
See Also

Reference