Feedback

  • Contents
 

II3ID::ShowPublishErrorDialogs Property

get_ShowPublishErrorDialogs

Whether or not the user has specified the /LogPublishEvents command line switch. If so, your tool should not pop any modal dialogs for a publish and write to the event log directly.

IDL Function Prototype

HRESULT ShowPublishErrorDialogs(

   [out, retval] VARIANT_BOOL * ShowDialogs

);

C/C++ Syntax

HRESULT get_ShowPublishErrorDialogs(VARIANT_BOOL * ShowDialogs);

Parameters

ShowDialogs

If True, your tool should not display modal dialogs.