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

Public Types | |
| enum | { kDefaultIID = IID_ISTORYNEEDSRELINK } |
Public Member Functions | |
| virtual bool16 | Get () const =0 |
| virtual void | Set (bool16 b)=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 on kTextStoryBoss. This interface was set by ICStoriesCurrentIdleTask to indicate that this InCopy story is out-of-date and needs to relink.
| pure virtual |
Get method to get if story needs to relinked.
| none |
| pure virtual |
Set method to set if story needs to relinked.
| b | kTrue means that story needs relinked. |