Click or drag to resize
IUserInfo.ResourceUIElements 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: SafeDictionary<String, SafeDictionary<String, Nullable<DateTime>>>
See Also