Delete Method (CauseGrp)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified cause group record from the Cause_Grp table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal causeGrpId As Integer _
)
public static void Delete(
int sessionId,
int causeGrpId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- causeGrpId
- Required. Holds the ID of the cause group that is being deleted.