Deletes the role represented by the specified VGRole object from the repository.
Deletes the role represented by the specified VGRole object from the repository.
public bool DeleteRole(VGRole,Boolean);
Deletes a role specified by its repository id from the repository.
public bool DeleteRole(Guid,Boolean);
Deletes a role specified by its name from the repository.
public bool DeleteRole(String,Boolean);
VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace