UserSecurityServicesGetAllRoles Method |
Retrieves a single security role definition.
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<Role> GetAllRoles(
Guid sessionId
)
Public Function GetAllRoles (
sessionId As Guid
) As IEnumerable(Of Role)
public:
virtual IEnumerable<Role^>^ GetAllRoles(
Guid sessionId
) sealed
abstract GetAllRoles :
sessionId : Guid -> IEnumerable<Role>
override GetAllRoles :
sessionId : Guid -> IEnumerable<Role>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
Return Value
Type:
IEnumerableRoleA list containing all security roles defined in this FactoryLogix system.
Exceptions See Also