Click or drag to resize
IUserInfoSitesRoles Property
Gets the HashTable of the user sites and roles.

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

Property Value

Type: SafeDictionaryString, SafeDictionaryString, NullableInt32
See Also