Click or drag to resize

CheckoutManagerLock Method

Lock all items in the configuration that have action='lock'.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item Lock()

Return Value

Type: Item
The result of the operation is returned as Item
Remarks
Locking of all required items is performed in a single request. Items of type 'File', 'Vault', 'Located' are explicitly excluded even if they have action='lock'.
See Also