![]() |
Multiple
|
The MultipleDestinationExporter type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component) |
![]() |
Container | Gets the IContainer that contains the Component. (Inherited from Component) |
![]() |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component) |
![]() |
Enabled | Gets or sets a boolean value that indicates whether the MultipleDestinationExporter object is currently enabled. |
![]() |
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component) |
![]() |
ExportDestinations | Gets a list of currently defined ExportDestination. |
![]() |
ExportTimeout | Gets or sets the total allowed time in milliseconds for each export to execute. |
![]() |
IsDisposed | Gets a flag that indicates whether the object has been disposed. |
![]() |
MaximumRetryAttempts | Gets or sets the maximum number of retries that will be attempted during an export if the export fails. |
![]() |
Name | Gets the unique identifier of the MultipleDestinationExporter object. |
![]() |
PersistSettings | Gets or sets a boolean value that indicates whether the settings of MultipleDestinationExporter object are to be saved to the config file. |
![]() |
RetryDelayInterval | Gets or sets the interval to wait, in milliseconds, before retrying an export if the export fails. |
![]() |
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. |
![]() |
Site | Gets or sets the ISite of the Component. (Inherited from Component) |
![]() |
Status | Gets the descriptive status of the MultipleDestinationExporter object. |
![]() |
TextEncoding | Gets or sets the Encoding to be used to encode text data being exported. |
![]() |
TotalExports | Gets the total number exports performed successfully. |