Click or drag to resize

UserSecurityServicesGetAllRoles Method

Retrieves a single security role definition.

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<Role> GetAllRoles(
	Guid sessionId
)

Parameters

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

Return Value

Type: IEnumerableRole
A list containing all security roles defined in this FactoryLogix system.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also