| IEngineMoveDocument Method |
Moves the current report file to the specified folder.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax string MoveDocument(
string fileName,
string folder,
string watchFolder = null,
bool overwrite = false
)
Parameters
- fileName
- Type: SystemString
The report file to move. - folder
- Type: SystemString
The destination folder. - watchFolder (Optional)
- Type: SystemString
The root of the watched folder, if any. - overwrite (Optional)
- Type: SystemBoolean
A flag to allow overwrite of existing files.
Return Value
Type:
StringPath of the moved report file.
See Also