Click or drag to resize
CTInterfaceExportProfileSelectedArgsRequestSilentExport 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.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public bool RequestSilentExport { get; }

Property Value

Type: Boolean
See Also