Click or drag to resize

IWorkflowAttribute Properties


The IWorkflowAttribute type exposes the following members.

Properties
  NameDescription
Public propertyHidden
Gets and sets the Element as hidden on the Edit Form.
(Inherited from IAttribute.)
Public propertyIndexable (Inherited from IAttribute.)
Public propertyName
Gets the name of the attribute
(Inherited from IAttribute.)
Public propertyReadonly
Gets and sets the Element as read-only on the Edit Form.
(Inherited from IAttribute.)
Public propertyRequired
Gets sets the Element's value as required. Pages containing required Elements with empty values cannot be checked in.
(Inherited from IAttribute.)
Public propertyValue
Gets and sets the value of the attribute
(Inherited from IAttribute.)
Public propertyValues
Gets the values of the attribute.
Public propertyWorkflowActionTypes
Gets the list of Action types on which this attribute can be used.
Top
See Also