This document is archived and information here might be outdated.  Recommended version.


IEnumLockInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumLockInfo Interface
ArcGIS Developer Help

IEnumLockInfo Interface

Provides access to members that enumerate lock information.

Product Availability

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

Description

Objects of this type are created through the IVersion.VersionLocks property. The enumeration contains a set of ILockInfo objects that returns the user name and lock type held on the current version.

Use the IEnumLockInfo interface when you need to access the read-only properties (such as access setting, children and parents) of the version.

Members

Name Description
Method Next Retrieves the next lock.
Method Reset Resets the enumeration sequence to the beginning.

Classes that implement IEnumLockInfo

Classes Description