Click or drag to resize

IAttribute Interface


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: 10.6.492
Syntax
public interface IAttribute

The IAttribute type exposes the following members.

Properties
 NameDescription
Public propertyHidden Gets and sets the Element as hidden on the Edit Form.
Public propertyIndexable Gets/sets the Element as indexable after publish
Public propertyName Gets the name of the attribute
Public propertyReadonly Gets and sets the Element as read-only on the Edit Form.
Public propertyRequired Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
Public propertyValue Gets and sets the value of the attribute
Top
Methods
 NameDescription
Public methodSerialize Serializes the Attribute object to an XML Attribute
Top
See Also