Click or drag to resize
AbstractElementAttribute Properties

The AbstractElementAttribute type exposes the following members.

Properties
  NameDescription
Public propertyContainsMacro
If true, the attribute contains macros
(Inherited from AbstractAttribute.)
Protected propertyCurrentSiteName
Current site name.
(Inherited from AbstractSecurityAttribute.)
Protected propertyCurrentUser
Current user.
(Inherited from AbstractSecurityAttribute.)
Public propertyEditor
If true, the editor should be checked.
(Inherited from AbstractSecurityAttribute.)
Public propertyExistingObject
If True, attribute is applied only when edited object is defined.
(Inherited from AbstractAttribute.)
Public propertyFeature
Feature to check.
Public propertyGlobalAdministrator
If true, the global admin check should be performed.
(Inherited from AbstractSecurityAttribute.)
Public propertyIsAllowed
If true, the security check is allowed, if false, it automatically returns false.
(Inherited from AbstractSecurityAttribute.)
Public propertyNewObject
If True, attribute is applied only when edited object is not defined.
(Inherited from AbstractAttribute.)
Public propertyPermission
Permission name to be checked.
(Inherited from AbstractSecurityAttribute.)
Public propertyResource
Resource name to be checked.
(Inherited from AbstractSecurityAttribute.)
Public propertyResourceSite
If true, the resource assignment to the site should be checked.
(Inherited from AbstractSecurityAttribute.)
Public propertyUIElements
UI elements to be checked separated by semicolon ;.
(Inherited from AbstractSecurityAttribute.)
Top
See Also