Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceRoleProvider Class / DeleteRole Method
The name of the role to delete.
If true, throw an exception if roleName has one or more members and do not delete roleName.
Version
DeleteRole Method
Removes a role from the data source for the configured applicationName.
Syntax
public override bool DeleteRole( 
   string roleName,
   bool throwOnPopulatedRole
)

Parameters

roleName
The name of the role to delete.
throwOnPopulatedRole
If true, throw an exception if roleName has one or more members and do not delete roleName.

Return Value

true if the role was successfully deleted; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also