RoleInfoProviderGetRoleInfoInternal Method (String, Int32) |
Returns the role info object with specified ID.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual RoleInfo GetRoleInfoInternal(
string roleName,
int siteId
)
Parameters
- roleName
- Type: SystemString
Name of role to retrieve - siteId
- Type: SystemInt32
Site ID which the role depends to
Return Value
Type:
RoleInfoSee Also