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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<UserGroup> GetAllUserGroups(
Guid sessionId
)
Public Function GetAllUserGroups (
sessionId As Guid
) As IEnumerable(Of UserGroup)
public:
virtual IEnumerable<UserGroup^>^ GetAllUserGroups(
Guid sessionId
) sealed
abstract GetAllUserGroups :
sessionId : Guid -> IEnumerable<UserGroup>
override GetAllUserGroups :
sessionId : Guid -> IEnumerable<UserGroup>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
Return Value
Type:
IEnumerableUserGroupAn
UserGroup object representing the details of the specified FactoryLogix user group.
Exceptions See Also