UserSecurityServicesUpdateRole Method |
Updates an existing security role.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void UpdateRole(
Guid sessionId,
Role role
)
Public Sub UpdateRole (
sessionId As Guid,
role As Role
)
public:
virtual void UpdateRole(
Guid sessionId,
Role^ role
) sealed
abstract UpdateRole :
sessionId : Guid *
role : Role -> unit
override UpdateRole :
sessionId : Guid *
role : Role -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - role
- Type: FactoryLogix.xTend.DataObjectsRole
A modified Role object that supplies the new role values.
Exceptions See Also