Click or drag to resize

MultipleDestinationExporter Properties

The MultipleDestinationExporter type exposes the following members.

Properties
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
Public property Container Gets the IContainer that contains the Component.
(Inherited from Component)
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Enabled Gets or sets a boolean value that indicates whether the MultipleDestinationExporter object is currently enabled.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public property ExportDestinations Gets a list of currently defined ExportDestination.
Public property ExportTimeout Gets or sets the total allowed time in milliseconds for each export to execute.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property MaximumRetryAttempts Gets or sets the maximum number of retries that will be attempted during an export if the export fails.
Public property Name Gets the unique identifier of the MultipleDestinationExporter object.
Public property PersistSettings Gets or sets a boolean value that indicates whether the settings of MultipleDestinationExporter object are to be saved to the config file.
Public property RetryDelayInterval Gets or sets the interval to wait, in milliseconds, before retrying an export if the export fails.
Public property SettingsCategory Gets or sets the category under which the settings of MultipleDestinationExporter object are to be saved to the config file if the PersistSettings property is set to true.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property Status Gets the descriptive status of the MultipleDestinationExporter object.
Public property TextEncoding Gets or sets the Encoding to be used to encode text data being exported.
Public property TotalExports Gets the total number exports performed successfully.
Top
See Also