IAttribute Interface Ingeniux CMS Content Store API

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

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 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

Reference