Table of Contents

Method GetCurrentPage

Namespace
Skyline.DataMiner.Net.ManagerStore
Assembly
SLNetTypes.dll

GetCurrentPage()

Retrieves the current page.

public List<T> GetCurrentPage()

Returns

List<T>

The current page.

Remarks

Returns the objects of the last paging request. After creation of the PagingHelper<T> this list is empty.