ArcObjects Library Reference (GeoDatabase)  

ILockInfo Interface

Provides access to members that supply lock information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The ILockInfo interface provides the ability to detect what current users have version locks and if the lock is shared or exclusive. Locks imply that the users are currently editing the version or currently reconciling the version. This information can be used to determine if the version is available for editing, to be reconciled or to be reconciled against.

 

Members

Description
Read-only property LockType The type of lock the user acquired.
Read-only property UserName The name of the user that acquired the lock.