RuntimeServiceReplaceProcessVersion Method |
Namespace:
Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:
Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public int ReplaceProcessVersion(
string processDefinition,
string folderName,
string processStatus,
string processName,
int processVersion
)
Public Function ReplaceProcessVersion (
processDefinition As String,
folderName As String,
processStatus As String,
processName As String,
processVersion As Integer
) As Integer
Parameters
- processDefinition
- Type: SystemString
- folderName
- Type: SystemString
- processStatus
- Type: SystemString
- processName
- Type: SystemString
- processVersion
- Type: SystemInt32
Return Value
Type:
Int32See Also