Click or drag to resize

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.20.39432
Syntax
public CheckoutManager(
	Item configuration,
	CheckoutManagerFlags flags
)

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