UserSecurityServicesGetUserGroup Method |
Retrieves the details of a particular FactoryLogix user group. User groups are collections
of individual users who share certain rights, roles, or group email addresses.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public UserGroup GetUserGroup(
Guid sessionId,
string userGroupName
)
Public Function GetUserGroup (
sessionId As Guid,
userGroupName As String
) As UserGroup
public:
virtual UserGroup^ GetUserGroup(
Guid sessionId,
String^ userGroupName
) sealed
abstract GetUserGroup :
sessionId : Guid *
userGroupName : string -> UserGroup
override GetUserGroup :
sessionId : Guid *
userGroupName : string -> UserGroup
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - userGroupName
- Type: SystemString
The friendly name of the user group to be retrieved.
Return Value
Type:
UserGroupA list of
UserGroup objects representing the details of the FactoryLogix user groups.
Exceptions See Also