RoleInfoProviderGetRoleInfo Method (Int32) |
Returns the RoleInfo structure for the specified role.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static RoleInfo GetRoleInfo(
int roleId
)
Parameters
- roleId
- Type: SystemInt32
RoleID to use for retrieving the role data
Return Value
Type:
RoleInfoSee Also