Load |
Scroll |
Loads the workflow process definition with the given process number.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nProcessNo As Integer, _ nVersionNo As Integer, _ pServer As TheServer _ ) As Void C# public virtual void Load ( int nProcessNo, int nVersionNo, TheServer pServer )
Parameters nProcessNo The process number of the workflow process definition to load.
nVersionNo The version number of the workflow process definition to load.
pServer Valid and connected TheServer object.
Return Value None. |