'Declaration
<NotNullAttribute()> Public Overloads Function GetSecurityLogins( _ ByVal fetchOptions As ObjectFetchOptions, _ ByVal includePermissions As Boolean, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As SecurityLoginCollection
[NotNull()] public SecurityLoginCollection GetSecurityLogins( ObjectFetchOptions fetchOptions, bool includePermissions, int pageSize, ref bool restartPaging )
[NotNull()] public: SecurityLoginCollection^ GetSecurityLogins( ObjectFetchOptions fetchOptions, bool includePermissions, int pageSize, bool% restartPaging )
Parameters
- fetchOptions
- Options that control the fetch operation
- includePermissions
- Determines whether permissions are returned with the entities
- pageSize
- The maximum number of records to retrieve in one call. See Remarks.
- restartPaging
- Indicates whether to fetch the first page or continue paging. See Remarks.