Click or drag to resize
ClientUserGroupListNot Method
Returns a List of groups the specified user does not belong to.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public List<MOVEitUserGroupInfo> UserGroupListNot(
	string Username
)

Parameters

Username
Type: SystemString
User to list non-member groups for.

Return Value

Type: ListMOVEitUserGroupInfo
List containing list results if successful; otherwise, null.
See Also