Connection AddHybridPart Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Adds an empty hybrid part to a document.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public void AddHybridPart(
	string vaultidentifier,
	string docid,
	string Name
)

Parameters

vaultidentifier
Type: OnlineSystem String
The vault in which the document resides.
docid
Type: OnlineSystem String
The unique identifier of the document inside the vault.
Name
Type: OnlineSystem String
Name for the newly created part
Remarks

See Also