IPageableChildItemsTResultGetDirectoriesPaged Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the directories in a virtual directory using a paging operation.

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

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

Parameters

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

Return Value

Type: IPagedResultTResult
a IPagedResultTResult containing the result and paging information
See Also

Reference