 | CTInterface.ExportProfileSelectedArgs.RequestSilentExport Property |
If set to True, the export add-in must execute without requiring any user interraction.
This can be the case if the export add-in is an
ExportTypeExtension
-style extension that returns true for
SupportsSilentExecution()
so that is also the case when this flag must be considered.
If set, the subscriber must also set
VerifySilentExportSupport to true.
It's good practise to call
CreateLogger() and do some logging.
This feature is utilized at least in PDM Export that is executed completely on host.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool RequestSilentExport { get; }
Public ReadOnly Property RequestSilentExport As Boolean
Get
Property Value
Boolean
See Also