Click or drag to resize
UserInfoSitesRoles Property
Returns the HashTable of the user Sites and roles.

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

Property Value

Type: SafeDictionaryString, SafeDictionaryString, NullableInt32

Implements

IUserInfoSitesRoles
See Also