Click or drag to resize

BCImport.AddHybridPart 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.Server.BCDocument
document revision hybrid part to be added
PartName
Type: System.String
Display name for new hybrid part
SourceContentFile
Type: System.String
file path to upload hybrid part content

Return Value

Type: BCDocument
Hybrid part BCDocument object
See Also