Delete |
Scroll |
Deletes the role with the specified ID.
The object doesn't need to have a role loaded to execute this method.
Namespace: Therefore.API
Visual Basic Public Overridable Function Delete ( _ nRoleNo As Integer, _ pServer As TheServer _ ) C# public virtual void Delete ( int nRoleNo, TheServer pServer )
Parameters nRoleNo The number of the role to be deleted
pServer A valid and connected TheServer object.
Return Value None. |