| UserInfoGetRoleIdList Method | 
            Gets all roles for current user.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic string GetRoleIdList(
	bool includeGlobal,
	bool includeMembership,
	string siteName
)
Parameters
- includeGlobal
- Type: SystemBoolean
 If true global roles are included
- includeMembership
- Type: SystemBoolean
 If true membership roles are included
- siteName
- Type: SystemString
 Current site name
Return Value
Type: 
String See Also
See Also