FlowSetDocumentId
Represents a workflow step for setting unique document IDs using various assignment methods.
Properties
Name | Description |
---|---|
VariableName | The name of the variable containing the document ID. |
TemplateName | The name of the template used for generating the document ID. |
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
AssignType | Defines the type of ID assignment, such as from an object or a template. |
TypeCode | The type code associated with the flow object. |
TargetObjectName | The name of the target object where the document ID will be set. |
Name | Name for the workflow step. |
Caption | The caption dictionary representing localized captions for the flow object. |
TemplateId | The identifier of the template used for generating the document ID. |
Constructors
Name | Description |
---|---|
FlowSetDocumentId(name, workflowData, workflowCodeInstance) | Constructor for the FlowSetDocumentId class. Initializes a new instance of the FlowSetDocumentId class. |
FlowSetDocumentId(name,workflowData,workflowCodeInstance) | Initializes a new instance of the FlowSetDocumentId class with a name, workflow data, and workflow code instance. |
Methods
Name | Description |
---|---|
SetDocumentId() | Sets the document ID for the target object based on the specified assignment type. |
Initialize() | Initializes the step with default settings. |
SetUniqueId(flowDocument) | Assigns a unique ID to the specified FlowDocument instance. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |