RoleInfoProviderRoleExistsInternal Method |
Returns true if role of given name exists.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual bool RoleExistsInternal(
string roleName,
string siteName
)
Parameters
- roleName
- Type: SystemString
Name of role - siteName
- Type: SystemString
Site that the role belongs to
Return Value
Type:
BooleanSee Also