The IWorkflowAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
Hidden |
Gets and sets the Element as hidden on the Edit Form.
(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.
|
See Also