Click or drag to resize
IUserInfoResourceUIElements Property

Note: This API is now obsolete.

Gets UI elements within each module across all sites the user can see.

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

Property Value

Type: SafeDictionaryString, SafeDictionaryString, NullableDateTime
See Also