Visual Guard Class Library Documentation

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

See Also

VGRoles Class | Novalys.VisualGuard.Security.Membership Namespace