| BCDocumentUIExportRendition Method |
Exports rendition content into the specified file.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void ExportRendition(
string filePath
)
Public Sub ExportRendition (
filePath As String
)
public:
void ExportRendition(
String^ filePath
)
member ExportRendition :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file path into where to export content.
See Also