Click or drag to resize

UserSecurityServicesGetAllUserGroups Method

Retrieves the details of all FactoryLogix user groups. 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 IEnumerable<UserGroup> GetAllUserGroups(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.

Return Value

Type: IEnumerableUserGroup
An UserGroup object representing the details of the specified FactoryLogix user group.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also