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

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

Provides result and information about a paged list or search operation.

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

public interface IPagedResult<TResult> : IResultList<TResult>, 
	IPagingInfo

Type Parameters

TResult
The type of result returned.

The IPagedResultTResult type exposes the following members.

Properties

  NameDescription
Public propertyPageCount
Gets the page count of the paging operation..
(Inherited from IPagingInfo.)
Public propertyPageIndex
Gets the index of the the paging operation.
(Inherited from IPagingInfo.)
Public propertyPageSize
Gets the size of the page int the paging operation.
(Inherited from IPagingInfo.)
Public propertyResult
Gets the result of the search or list operation.
(Inherited from IResultListTResult.)
Public propertySortOrder
Gets the sort order used in the paging operation.
(Inherited from IPagingInfo.)
Public propertyTotalItems
Gets the total items of the paging operation..
(Inherited from IPagingInfo.)
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference