IWorkflowAttribute Interface |
Namespace: Ingeniux.CMS
The IWorkflowAttribute type exposes the following members.
Name | Description | |
---|---|---|
Hidden |
Gets and sets the Element as hidden on the Edit Form.
(Inherited from IAttribute.) | |
Indexable | (Inherited from IAttribute.) | |
Name |
Gets the name of the attribute
(Inherited from IAttribute.) | |
Readonly |
Gets and sets the Element as read-only on the Edit Form.
(Inherited from IAttribute.) | |
Required |
Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
(Inherited from IAttribute.) | |
Value |
Gets and sets the value of the attribute
(Inherited from IAttribute.) | |
Values |
Gets the values of the attribute.
| |
WorkflowActionTypes |
Gets the list of Action types on which this attribute can be used.
|
Name | Description | |
---|---|---|
AddWorkflowActionType |
Adds a new Action type to the attribute's allowed action types.
| |
Serialize |
Serializes the Attribute object to an XML Attribute
(Inherited from IAttribute.) |