Click or drag to resize
RoleInfoProviderDeleteRoleInfo Method (Int32)

Note: This API is now obsolete.

Deletes specified role.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRoleInfoProvider.Delete(RoleInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RoleInfo.Provider.")]
public static void DeleteRoleInfo(
	int roleId
)

Parameters

roleId
Type: SystemInt32
Role id
See Also