ExportToAccessArgs Class
Specialized argument class for the articy:access export
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ExportToAccessArgs : ExportDataArgs- Inheritance
- Object ComplexApiCallArgs MdkExportDataArgs ExportDataArgs ExportToAccessArgs
Constructors
| ExportToAccessArgs | Initializes a new instance of the ExportToAccessArgs class |
Properties
| CheckedPackages | List of package names to export |
| ExporterName |
Fixes the exporter name to "AccessExport"
(Overrides MdkExportDataArgsExporterName) |
| Filename |
The fully qualified filename (or path name) of the export file that is to be written.
The Word export, for example, interprets this member as path name if you use the "one file per object" option.
(Inherited from ExportDataArgs) |
| LogSourceName |
The "source" name that should be used when the action that receives the arguments wants to report
Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs) |
| PackageFileName | Name of the package to use |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |