[This is preliminary documentation and is subject to change.]
Sets a workflow definition in the database.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int SetupUserWorkflow( WorkflowInfo wi, ConfigureInfo session ) |
| Visual Basic (Declaration) |
|---|
Public Function SetupUserWorkflow ( _ wi As WorkflowInfo, _ session As ConfigureInfo _ ) As Integer |
| Visual C++ |
|---|
public: int SetupUserWorkflow( WorkflowInfo^ wi, ConfigureInfo^ session ) |
Parameters
- wi
- Type: OfficeClip.BusinessLayer.Framework.Workflow..::.WorkflowInfo
Instance of the WorkflowInfo object. WorkflowInfo
- session
- Type: OfficeClip.Utils..::.ConfigureInfo
The user session
