AssetSearchResultPagination Property |
Gets the pagination from the search. If none was specified, then this will be returned to indicate the current pagination.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Pagination Pagination { get; set; }
Public Property Pagination As Pagination
Get
Set
public:
property Pagination^ Pagination {
Pagination^ get ();
void set (Pagination^ value);
}
member Pagination : Pagination with get, set
Property Value
Type:
Pagination
See Also