BCDocumentUIExportRendition Method |
Exports rendition content into the specified file.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void ExportRendition(
string filePath
)
Public Sub ExportRendition (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The file path into where to export content.
See Also