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

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

Provides functionality for listing 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 IPageableChildItems<TResult>
where TResult : IVirtualStorageItem

Type Parameters

TResult
The type of result to return

The IPageableChildItemsTResult type exposes the following members.

Methods

  NameDescription
Public methodGetChildrenPaged
Gets the children (directories and files) in a virtual directory using a paging operation.
Public methodGetDirectoriesPaged
Gets the directories in a virtual directory using a paging operation.
Public methodGetFilesPaged
Gets the files in a virtual directory using a paging operation.
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference