Click or drag to resize
Client.UserGroupListNot 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: System.String
User to list non-member groups for.

Return Value

Type: List<MOVEitUserGroupInfo>
List containing list results if successful; otherwise, null.
See Also