Visual Guard Class Library Documentation

VGRolesInstance.DeleteRole Method

Deletes the role represented by the specified VGRole object from the repository.

Overload List

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);

See Also

VGRolesInstance Class | Novalys.VisualGuard.Security.Membership Namespace