Delete Method (ItemState)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified item state record from the Item_State table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal itemStatusCd As Integer _
)
public static void Delete(
int sessionId,
int itemStatusCd
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- itemStatusCd
- Required. Holds the code for the item state that is being deleted.