Click or drag to resize
BaseDocumentAction Properties

The BaseDocumentAction type exposes the following members.

Properties
  NameDescription
Public propertyActionDefinition
Action definition.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyActionStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyArguments
Action arguments
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyComment
Comment used when action moves to next step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyInfoObject
Current info object.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyInitialStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyMacroResolver
Macro resolver for action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyManager
Manager.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected propertyNode
Current document.
(Inherited from DocumentWorkflowAction.)
Public propertyOriginalStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyParameters
Parameters of action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected propertySourceAliasPath
Source alias path
Protected propertySourceCombineWithDefaultCulture
Specifies if return the default culture document when specified culture not found.
Protected propertySourceCulture
Source document culture code
Protected propertySourceNode
Node to be copied
Protected propertySourceSite
Source site
Protected propertySourceSiteName
Source site name
Public propertyStateObject
Current state object.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyUser
User running action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyWorkflow
Current workflow.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected propertyWorkflowManager
Workflow manager
(Inherited from DocumentWorkflowAction.)
Top
See Also