Click or drag to resize
BCSWorkflowTransition Properties

The BCSWorkflowTransition type exposes the following members.

Properties
  NameDescription
Public propertyCreateNewRevision
Gets a value indicating whether a new revision is created when the workflow transition is executed.
Public propertyDisplayName
Gets the display name of the workflow transition.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMetadata
Gets the metadata for the script object.
(Inherited from BCScriptObject.)
Public propertyName
Gets the internal name of the workflow transition.
Public propertySourceState
Gets the source workflow state.
Public propertyTargetState
Gets the target workflow state.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWorkflow
Gets the parent workflow.
Top
See Also