Click or drag to resize
UserInfoSiteCultures Property
Returns the user's allowed cultures.

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

Property Value

Type: SafeDictionaryString, SafeDictionaryString, NullableInt32

Implements

IUserInfoSiteCultures
See Also