Click or drag to resize

RayguidePermissionManagerGetMachineGroupMembers Method

Retrieves all members of the given local group.

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> GetMachineGroupMembers()

Return Value

IListString
A list with all member names of the group.
See Also