Connection UpdateHybridPart Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Updates the contents of a hybrid part.

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

public void UpdateHybridPart(
	string vaultidentifier,
	string docid,
	string hybridname,
	string sourcefilefullpath
)

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.
hybridname
Type: OnlineSystem String
The name of the hybrid part of which the contents need to be updated.
sourcefilefullpath
Type: OnlineSystem String
A local source file that provides the new hybrid part content.
Remarks

See Also