BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > GetHybridPartLocation(String, String, String)
GetHybridPartLocation Method (vaultidentifier, docid, hybridname)
Returns a full path of a hybrid part in UNC format that can be passed to any Windows application.
Declaration Syntax
C#Visual BasicVisual C++
public string GetHybridPartLocation(
	string vaultidentifier,
	string docid,
	string hybridname
)
Public Function GetHybridPartLocation ( _
	vaultidentifier As String, _
	docid As String, _
	hybridname As String _
) As String
public:
String^ GetHybridPartLocation(
	String^ vaultidentifier, 
	String^ docid, 
	String^ hybridname
)
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.
Return Value
Path of the hybrid part
Remarks

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