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

Public Member Functions | |
| virtual IOpenFileDialog * | QueryOpenFileDialog ()=0 |
| virtual void | MakeUIDFromLinkAssetUID (UID linkAssetUID, UIFlags flags, UIDRef *pImportedItem, IDataBase *db=nil, const std::string &assetRef="")=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface used to open files.
| pure virtual |
Creates a UIDRef from the file referenced by the given DataLink.
| linkAssetUID | IN link asset identifying the URI to import from. |
| flags | IN UI flags denoting how to handle UI events. (see BaseType.h) |
| pImportedItem | OUT When opening a document, the UIDRef of the document boss of the newly created document (database). When importing a file, the UIDRef of the imported file. |
| db | IN Database to import into. Ignored when opening a document. |
| assetRef | IN assetRef for cloud document. |
| pure virtual |
Returns the dialog used to open files.