Click or drag to resize

RayguidePermissionManagerGetGroupNamesOfUser Method

Retrieves all Windows groups the given user is member of.

Namespace: RAYLASE.Marker.GUI.Common.Permission
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
protected virtual IList<string> GetGroupNamesOfUser(
	string userName,
	bool isLocalHost
)

Parameters

userName  String

[Missing <param name="userName"/> documentation for "M:RAYLASE.Marker.GUI.Common.Permission.RayguidePermissionManager.GetGroupNamesOfUser(System.String,System.Boolean)"]

isLocalHost  Boolean

[Missing <param name="isLocalHost"/> documentation for "M:RAYLASE.Marker.GUI.Common.Permission.RayguidePermissionManager.GetGroupNamesOfUser(System.String,System.Boolean)"]

Return Value

IListString
The list of group names the user is in.
See Also