This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class ItemLocks
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class ItemLocks

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member Clear
Clears all locks set by the given client.
Public method Static member Get
Gets the Item Lock of the given item, if set.
Public method Static member Remove
Removes the specified lock.
Public method Static member TrySet
Tries to set an item lock for the given item.

See Also

Advanced