Click or drag to resize

BCDocumentUI.AddRendition Method (String, Boolean)

Loads 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.96.0)
Syntax
public void AddRendition(
	string filePath,
	bool newRevision
)

Parameters

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