Click or drag to resize

BCImportAddHybridPart Method

Creates replaced revision of the existing document.

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 BCDocument AddHybridPart(
	BCDocument Document,
	string PartName,
	string SourceContentFile
)

Parameters

Document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
document revision hybrid part to be added
PartName
Type: SystemString
Display name for new hybrid part
SourceContentFile
Type: SystemString
file path to upload hybrid part content

Return Value

Type: BCDocument
Hybrid part BCDocument object
See Also