BCDocumentUISetRenditionRedlines Method (String, Boolean) |
Loads redlines rendition content from 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 SetRenditionRedlines(
string filePath,
bool newRevision
)
Public Sub SetRenditionRedlines (
filePath As String,
newRevision As Boolean
)
Parameters
- filePath
- Type: SystemString
The file path from which to load redlines rendition content.
- newRevision
- Type: SystemBoolean
A value indicating whether to create a new revision of the redlines rendition.
See Also