| UserRoleInfoProviderIsUserInRole Method | 
            Returns true if the user is member of specified role.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsUserInRole(
	int userId,
	int roleId
)
Parameters
- userId
- Type: SystemInt32
 User ID
- roleId
- Type: SystemInt32
 Role ID
Return Value
Type: 
Boolean See Also
See Also