GetNextVerId Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetNextVerId() method retrieves the next process version ID in the Process class.
'Declaration
Public Shared Sub GetNextVerId( _
ByVal sessionId As Integer, _
ByVal processClassId As String, _
ByRef nextProcessVerId As String _
)
public static void GetNextVerId(
int sessionId,
string processClassId,
out string nextProcessVerId
)
Parameters
- sessionId
- Optional. Holds the session ID and thus the user who is making this method call.
- processClassId
- Required. The ID of the process class.
- nextProcessVerId
- Output. The ID of the next version of the process.