FDO API Reference Feature Data Objects

FdoIGetLockedObjects Class Reference

#include <IGetLockedObjects.h>

Inherits FdoICommand.

Inheritance diagram for FdoIGetLockedObjects:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIGetLockedObjects interface defines the GetLockedObjects command, which gets a list of all objects that are currently locked by a particular user.

Definition at line 33 of file IGetLockedObjects.h.


Public Member Functions

virtual FDO_API FdoILockedObjectReaderExecute ()=0
 Executes the GetLockedObjects command, returning an FdoILockedObjectReader.
virtual FDO_API FdoStringGetLockOwner ()=0
 Gets the name of the user whose locked objects you want to list.
virtual FDO_API void SetLockOwner (FdoString *value)=0
 Sets the name of the user whose locked objects you want to list.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.