UserSecurityServicesGetAllPermissions Method |
Retrieves a list of all security permissions supported by the FactoryLogix system.
These permissions may be associated to security roles, which then may be associated
to users and user groups.
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<Permission> GetAllPermissions(
Guid sessionId
)
Public Function GetAllPermissions (
sessionId As Guid
) As IEnumerable(Of Permission)
public:
virtual IEnumerable<Permission^>^ GetAllPermissions(
Guid sessionId
) sealed
abstract GetAllPermissions :
sessionId : Guid -> IEnumerable<Permission>
override GetAllPermissions :
sessionId : Guid -> IEnumerable<Permission>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
Return Value
Type:
IEnumerablePermissionA list of
Permission objects representing all security permissions offered by the FactoryLogix system.
Exceptions See Also