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