Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<Permission> GetAllPermissions(
	Guid sessionId
)

Parameters

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

Return Value

Type: IEnumerablePermission
A list of Permission objects representing all security permissions offered by the FactoryLogix system.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also