Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public UserGroup GetUserGroup(
	Guid sessionId,
	string userGroupName
)

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: UserGroup
A list of UserGroup objects representing the details of the FactoryLogix user groups.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ArgumentExceptionOccurs if any of the parameters are invalid.
UserGroupNotFoundExceptionThrown if the username parameter is invalid.
See Also