Click or drag to resize
UserRoleInfoProviderDeleteUserRoleInfo Method (UserRoleInfo)

Note: This API is now obsolete.

Deletes specified userRole.

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

Parameters

infoObj
Type: CMS.MembershipUserRoleInfo
UserRole object
See Also