ExportDestinationTypeEnum
ExportDestinationTypeEnum enumeration constants are used to set the output data destination.
typedef enum {
EDT_File,
EDT_Database,
EDT_Script,
EDT_SharePoint
} ExportDestinationTypeEnum;
Elements
Name | Description |
---|---|
EDT_File | Export to file. |
EDT_Database | Export to database. This destination type is not currently supported. |
EDT_Script | Export described with a script. This value is used, only if an export script is specified in the corresponding Document Definition. |
EDT_SharePoint | Export to SharePoint. This destination type is not currently supported. |
Used in
8/15/2023 1:19:30 PM