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: 11.0.0.6296

Syntax

C#
public CheckoutManager(
	Item configuration,
	CheckoutManagerFlags flags
)
Visual Basic (Declaration)
Public Sub New ( _
	configuration As Item, _
	flags As CheckoutManagerFlags _
)
J#
public CheckoutManager(
	Item configuration,
	CheckoutManagerFlags flags
)
JScript
public function CheckoutManager(
	configuration : Item, 
	flags : CheckoutManagerFlags
)

Parameters

configuration
Type: Aras.IOM..::.Item
Configuration\collection of Items that has to be processed.
flags
Type: Aras.IOME..::.CheckoutManagerFlags
CheckoutManager flags that shows which operations should be performed during checkout.

See Also