IEnumLockInfo Interface

Provides access to members that enumerate lock information.

Description

Objects of this type are created through the IVersion.VersionLocksproperty. The enumeration contains a set of ILockInfoobjects 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.

IEnumLockInfo.Next Method

Retrieves the next lock.

Public Function Next ( _
) As ILockInfo
public ILockInfo Next (
);

Remarks

The Nextmethod returns the next ILockInfoobject.

IEnumLockInfo.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Remarks

The Resetmethod resets the enumeration sequence to the beginning.

Classes that implement IEnumLockInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.