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

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

Provides information about a paging list or search operation.

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

public interface IPagingInfo

The IPagingInfo type exposes the following members.

Properties

  NameDescription
Public propertyPageCount
Gets the page count of the paging operation..
Public propertyPageIndex
Gets the index of the the paging operation.
Public propertyPageSize
Gets the size of the page int the paging operation.
Public propertySortOrder
Gets the sort order used in the paging operation.
Public propertyTotalItems
Gets the total items of the paging operation..
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference