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 static bool DeleteRole(VGRole,Boolean);
Deletes a role specified by its repository id from the repository.
public static bool DeleteRole(Guid,Boolean);
Deletes a role specified by its name from the repository.
public static bool DeleteRole(String,Boolean);
VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace