PaginatedList object for current documents. This collections returns a filtered list of viewable documents for the requesting user.

Namespace: Cartella.Search
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public PaginatedList<Document, int> PagedDocuments { get; }
Visual Basic
Public ReadOnly Property PagedDocuments As PaginatedList(Of Document, Integer)
	Get
Visual C++
public:
property PaginatedList<Document^, int>^ PagedDocuments {
	PaginatedList<Document^, int>^ get ();
}

See Also