FdoIGetLockedObjects Class Reference

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

#include <IGetLockedObjects.h>

Inherits FdoICommand.

List of all members.


Public Member Functions

virtual FDO_API
FdoILockedObjectReader
Execute ()=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.

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.


The documentation for this class was generated from the following file: