CheckoutManager Constructor (Item, CheckoutManagerFlags) |
Constructor that gets the configuration\collection of items that have to be processed and CheckoutManager flags that shows which operations should be performed during checkout.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic CheckoutManager(
Item configuration,
CheckoutManagerFlags flags
)
Public Sub New (
configuration As Item,
flags As CheckoutManagerFlags
)
public CheckoutManager(
Item configuration,
CheckoutManagerFlags flags
)
public function CheckoutManager(
configuration : Item,
flags : CheckoutManagerFlags
)
Parameters
- configuration
- Type: Aras.IOMItem
Configuration\collection of Items that has to be processed. - flags
- Type: Aras.IOMECheckoutManagerFlags
CheckoutManager flags that shows which operations should be performed during checkout.
See Also