Delete Method (OperStepGroup)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified operation step group record from the Oper_Step_Grp table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal processId As String, _
ByVal operId As String, _
ByVal stepGrpId As Integer _
)
'Usage
Dim sessionId As Integer
Dim processId As String
Dim operId As String
Dim stepGrpId As Integer
OperStepGroup.Delete(sessionId, processId, operId, stepGrpId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- processId
- Required. Holds the ID of the process to which the operation belongs.
- operId
- Required. Holds the ID of the operation to which the step group belongs.
- stepGrpId
- Required. Holds the ID of the step group to be deleted.