ItemStatus
Values that represent item status.
Possible enumeration values:
Name | Value | Description |
---|---|---|
Any |
0 |
An enum constant representing any option. |
Active |
1 |
An enum constant representing the active option. |
Deleted |
2 |
An enum constant representing the deleted option. |
InActive |
3 |
An enum constant representing the in active option. |