Click or drag to resize
UserInfoMembershipRoles Property
Returns the HashTable of the user Sites and roles got via membership.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public virtual SafeDictionary<string, SafeDictionary<string, Nullable<int>>> MembershipRoles { get; }

Property Value

Type: SafeDictionaryString, SafeDictionaryString, NullableInt32
See Also