Click or drag to resize
UIElementInfoElementAccessCondition Property
Gets or sets a macro condition that must be fulfilled to view the UI element's content. If the condition is false, the element displays an access denied error instead of the content.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public virtual string ElementAccessCondition { get; set; }

Property Value

Type: String
See Also