This document is archived and information here might be outdated.  Recommended version.


IUserStore.GetAllUsersPaged Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IUserStore.GetAllUsersPaged Method

Returns a pageSize of users from the user store from the startIndex.

[Visual Basic .NET]
Public Function GetAllUsersPaged ( _
    ByVal StartIndex As Integer, _
    ByVal pageSize As Integer, _
    ByRef users As IUser[] _
) As Boolean
[C#]
public bool GetAllUsersPaged (
    int StartIndex,
    int pageSize,
    ref IUser[] users
);
[C++]
HRESULT GetAllUsersPaged(
  long StartIndex,
  long pageSize,
  SAFEARRAY(IUser)** users
);
[C++]

Parameters StartIndex [in]
StartIndex is a parameter of type long pageSize [in]
pageSize is a parameter of type long users [out]
users is a parameter of type SAFEARRAY(IUser*)*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUserStore Interface