| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumLockInfo
Provides access to members that enumerate lock information.
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.
| Method Summary | |
|---|---|
 ILockInfo | 
next()
Retrieves the next lock.  | 
 void | 
reset()
Resets the enumeration sequence to the beginning.  | 
| Method Detail | 
|---|
ILockInfo next()
               throws IOException,
                      AutomationException
The Next method returns the next ILockInfo object.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.void reset()
           throws IOException,
                  AutomationException
The Reset method resets the enumeration sequence to the beginning.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||