ISearchableVirtualDirectoryTResult Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Provides functionality for searching for child items in a virtual directory.

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

public interface ISearchableVirtualDirectory<TResult>

Type Parameters

TResult
the type of result to return

The ISearchableVirtualDirectoryTResult type exposes the following members.

Properties

  NameDescription
Public propertySupportsPaging
Gets a value indicating whether the current IVirtualDirectory supports paged search operations.
Top
Methods

  NameDescription
Public methodSearch(String)
Searches the current IVirtualDirectory for files matching a specific query.
Public methodSearch(String, Int32, Int32, String)
Searches the current IVirtualDirectory for files matching a specific query.
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference