ISearchableVirtualDirectoryTResultSearch Method (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

IEnumerable<TResult> Search(
	string query
)

Parameters

query
Type: SystemString
The query to use.

Return Value

Type: IEnumerableTResult
a list of TResult objects
See Also

Reference