Loads redlines rendition content from the specified file.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void SetRenditionRedlines(
	string filePath,
	bool newRevision
)
Visual Basic
Public Sub SetRenditionRedlines ( _
	filePath As String, _
	newRevision As Boolean _
)
Visual C++
public:
void SetRenditionRedlines(
	String^ filePath, 
	bool newRevision
)

Parameters

filePath
Type: System..::..String
The file path from which to load redlines rendition content.
newRevision
Type: System..::..Boolean
A value indicating whether to create a new revision of the redlines rendition.

See Also