Click or drag to resize
InformationAttribute Properties

The InformationAttribute 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 propertyFalseResourceString
Resource string for the information in case the check doesn't succeed.
Public propertyFalseText
Text for the information in case the check doesn't succeed, has higher priority than the resource string.
Public propertyGlobalAdministrator
If true, the global admin check should be performed.
(Inherited from AbstractSecurityAttribute.)
Public propertyCheckSettings
If set, the information text is displayed only if the given setting is true, otherwise, the false text is displayed.
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 propertyResourceString
Resource string for the title.
Public propertyText
Text for the title, has higher priority than the resource string.
Public propertyUIElements
UI elements to be checked separated by semicolon ;.
(Inherited from AbstractSecurityAttribute.)
Top
See Also