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

Public Types | |
| enum | { kDefaultIID = IID_ISHAREDCONTENTSUITE } |
Public Member Functions | |
| virtual bool16 | CanCreateSharedContentLink () const =0 |
| virtual ErrorCode | CreateSharedContentLink (IDataBase *targetDB=nil, UIFlags uiFlags=kFullUI) const =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 for the shared content(Linked Text) suite. This interface has basic methods for creating and checking if shared content creation is poosible.
| pure virtual |
Return true if you can create a linked shared content within the same document from the given selection.
| pure virtual |
Creates a shared content link within the same document if targetDB is nil, else creates across document links.
| targetDB | [IN] nil for internal links & destination DB for external links. |
| uiFlags | [IN] Options for the links set from UI for Shared Content. |