DeleteAll Method (ItemClass)
- Last UpdatedMar 17, 2026
- 1 minute read
The DeleteAll() method removes one or more item class records from the Item_Class table. Passing no filter parameters will remove all item records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal itemClassId As String _
)
public static void DeleteAll(
int sessionId,
string itemClassId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemClassId
- Optional filter parameter. Holds the ID of the item class to be deleted.