BaseDocumentAction MembersKentico 8.1 API Reference
The BaseDocumentAction type exposes the following members.
Constructors

  NameDescription
Protected methodBaseDocumentAction
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodExecute
Executes action. You can use parameters to allow users to modify the behavior.
(Inherited from BaseWorkflowAction InfoType, StateInfoType, ActionEnumType .)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetDefaultMacroResolver
Prepares macro resolver for usage.
(Inherited from BaseWorkflowAction InfoType, StateInfoType, ActionEnumType .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Protected methodGetResolvedParameter ReturnType 
Gets resolved value of parameter.
(Inherited from BaseWorkflowAction InfoType, StateInfoType, ActionEnumType .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLogMessage
Logs message to event log.
(Inherited from BaseWorkflowAction InfoType, StateInfoType, ActionEnumType .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodProcess
Processes action.
(Inherited from BaseWorkflowAction InfoType, StateInfoType, ActionEnumType .)
Protected methodRefreshNode
Refreshes node instance
(Inherited from DocumentWorkflowAction.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
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.)
Back to Top
See Also