Click or drag to resize

BCDocumentUIAddRenditionToRevision Method

Loads rendition content from the specified file to the document version identified by the revisionID.

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 AddRenditionToRevision(
	string filePath,
	string revisionID
)

Parameters

filePath
Type: SystemString
The file path from which to load rendition content.
revisionID
Type: SystemString
The version ID to add rendition.
See Also