Represents an attribute in Page or Element content,
or in a Workflow Action. Attributes are always uniquely named.
Attribute objects are already serialized into an XAttribute object.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
Hidden |
Gets and sets the Element as hidden on the Edit Form.
| |
Name |
Gets the name of the attribute
| |
Readonly |
Gets and sets the Element as read-only on the Edit Form.
| |
Required | ||
Value |
Gets and sets the value of the attribute
|
Methods
Name | Description | |
---|---|---|
Serialize |
Serializes the Attribute object to an XML Attribute
|
See Also