Click or drag to resize
ConnectionUpdateHybridPart Method
Updates the contents of a hybrid part.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public void UpdateHybridPart(
	string vaultidentifier,
	string docid,
	string hybridname,
	string sourcefilefullpath
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
hybridname
Type: SystemString
The name of the hybrid part of which the contents need to be updated.
sourcefilefullpath
Type: SystemString
A local source file that provides the new hybrid part content.
Remarks