Click or drag to resize
IUserInfo.SiteCultures Property

Note: This API is now obsolete.

Gets the user's allowed cultures.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use IsCultureAllowed instead.")]
SafeDictionary<string, SafeDictionary<string, Nullable<int>>> SiteCultures { get; }

Property Value

Type: SafeDictionary<String, SafeDictionary<String, Nullable<Int32>>>
See Also