IAdmReportDeliveryFile
The IAdmReportDeliveryFile interface is used to configure report delivery to a file share.
Inheritance: IUnknown
Properties
- 
Property
 - 
Description
 - 
Enabled
 - 
Gets or sets a value indicating whether delivery to a file share is enabled.
 - 
NetworkPath
 - 
Gets or sets a network path to the target folder.
 - 
FileName
 - 
Gets or sets a name of the report file.
 - 
OverwriteOptions
 - 
Gets or sets options for report delivery if a file with the same name already exists.
 
Details
Enabled
Gets or sets a value indicating whether delivery to a file share is enabled.
- Type:
 - bool
 - Access:
 - Read/Write
 
NetworkPath
Gets or sets a network path to the target folder. You can use value references in the path (e.g. %homeDirectory%). Value references are replaced with corresponding property values of the recipient.
- Type:
 - string
 - Access:
 - Read/Write
 
FileName
Gets or sets a name of the report file. You can use value references in the file name (e.g. %username%). Value references are replaced with corresponding property values of the recipient.
- Type:
 - string
 - Access:
 - Read/Write
 
OverwriteOptions
Gets or sets options for report delivery if a file with the same name already exists.
- Type:
 - ADM_FILEOVERWRITEOPTIONS_ENUM
 - Access:
 - Read/Write
 
Requirements
Minimum required version: 2018.1