CheckoutManagerLock Method |
Lock all items in the configuration that have action='lock'.
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
SyntaxPublic Function Lock As Item
public function Lock() : Item
Return Value
Type:
ItemThe 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