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

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public Item Lock()
Visual Basic (Declaration)
Public Function Lock As Item
J#
public Item Lock()
JScript
public function Lock() : Item

Return Value

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