BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > UpdateHybridPart(String, String, String, String)
UpdateHybridPart Method (vaultidentifier, docid, hybridname, sourcefilefullpath)
Updates the contents of a hybrid part.
Declaration Syntax
C#Visual BasicVisual C++
public void UpdateHybridPart(
	string vaultidentifier,
	string docid,
	string hybridname,
	string sourcefilefullpath
)
Public Sub UpdateHybridPart ( _
	vaultidentifier As String, _
	docid As String, _
	hybridname As String, _
	sourcefilefullpath As String _
)
public:
void UpdateHybridPart(
	String^ vaultidentifier, 
	String^ docid, 
	String^ hybridname, 
	String^ sourcefilefullpath
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
hybridname (String)
The name of the hybrid part of which the contents need to be updated.
sourcefilefullpath (String)
A local source file that provides the new hybrid part content.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)