FindFoldersResults.NextPageOffset Property

Definition

Gets the offset that should be used with a FolderView object to retrieve the next page of folders in a FindFolders operation.

public:
 property Nullable<int> NextPageOffset { Nullable<int> get(); };
public Nullable<int> NextPageOffset { get; }
Public ReadOnly Property NextPageOffset As Nullable(Of Integer)

Property Value

A nullable value that is the offset to the next page of folders.

Applies to