Click or drag to resize
ClientUserListCount Property
The total number of users found by the most recent user list transaction. If no user list transaction has been performed yet, -1 will be returned.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public int UserListCount { get; }

Property Value

Type: Int32
Remarks
Used to help make paging calculations when working with large lists of users, since MOVEit Transfer enforces a 1,000 entry limit on lists returned by the various user list methods.
See Also