Click or drag to resize

UserRoleAssignmentsGetUsers Method

Returns a list of all users that have any role on the workspace.

Namespace:  Colygon.MatchPoint.Workspaces.Roles
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public abstract ICollection<SPUser> GetUsers()

Return Value

Type: ICollectionSPUser
See Also