Storage.TransferOption Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The TransferOption enumeration values specify the possible options for transferring inventory.
'Declaration
Public Enum Storage.TransferOption
Inherits System.Enum
public enum Storage.TransferOption : System.Enum
| Member | Description |
|---|---|
| Receive | Receive inventory into an entity. |
| Reclassify | Change the item status, the item grade, or the expiration date of inventory. |
| Ship | Ship inventory out an entity. The inventory will no longer be tracked by Factelligence. |
| Transfer | Transfer inventory to or from an entity. |
| TransferIn | Transfer inventory into an entity from another entity. |
| TransferOut | Transfer inventory out of an entity to another entity. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.Storage.TransferOption