![]() | InDesign SDK 20.5 |
#include <ILibraryCmdData.h>

Public Member Functions | |
| virtual void | SetLibraryFile (const IDFile &libraryFile)=0 |
| virtual IDFile | GetLibraryFile ()=0 |
| virtual void | SetSourceLibrary (ILibrary *library)=0 |
| virtual ILibrary * | GetSourceLibrary ()=0 |
| virtual void | SetDestLibrary (ILibrary *library)=0 |
| virtual ILibrary * | GetDestLibrary ()=0 |
| virtual void | SetAssetList (const AssetIDList &assetList)=0 |
| virtual AssetIDList & | GetAssetList ()=0 |
| virtual void | SetUseOldName (const bool16 bUseOldName)=0 |
| virtual bool16 | GetUseOldName ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Used to pass library reference data with various library command bosses.
| pure virtual |
Get the asset list for the command.
| pure virtual |
Gets the destination library for the command.
| pure virtual |
Gets the file specification.
| pure virtual |
Gets the source library for the command.
| pure virtual |
Get whether to use the original filename if old-asset-format conversion occurs. FOR INTERNAL USE ONLY
| pure virtual |
Set the asset list for the command.
| assetList | list of AssetID's for the assets |
| pure virtual |
Sets the destination library for the command.
| library | IN the ILibrary interface for the destination library |
| pure virtual |
Sets the file specification.
| libraryFile | IN the specification for the library file |
| pure virtual |
Sets the source library for the command.
| library | IN the ILibrary interface for the source library |
| pure virtual |
Set whether to use the original filename if old-asset-format conversion occurs. FOR INTERNAL USE ONLY
| bUseOldName | kTrue to use the original name (kFalse is the default) |