UserSecurityServicesDeleteRole Method |
Permanently deletes a seurity role from the system. All users, user groups, and permissions
associated to this role will be disassociated from the role, but not be deleted.
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 DeleteRole(
Guid sessionId,
string roleName
)
Public Sub DeleteRole (
sessionId As Guid,
roleName As String
)
public:
virtual void DeleteRole(
Guid sessionId,
String^ roleName
) sealed
abstract DeleteRole :
sessionId : Guid *
roleName : string -> unit
override DeleteRole :
sessionId : Guid *
roleName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - roleName
- Type: SystemString
The friendly name of the role to be deleted.
Exceptions See Also