InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IInCopyBridgeUIUtils Class Referenceabstract
Inheritance diagram for IInCopyBridgeUIUtils:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IINCOPYBRIDGEUIUTILS }
 

Public Member Functions

virtual bool16 WantCheckOutOrAlertCant (const UIDRef &theItem)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual bool16 IInCopyBridgeUIUtils::WantCheckOutOrAlertCant (const UIDReftheItem)
pure virtual

Ask user if they want to check out the story or, in InCopy, alert that they cannot if it was already checked out.

Parameters
theItemIN. the uidref of the item that is being edited.
Returns
kTrue if the user chose to check out the item.