Connection GetHybridPartLocation Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Returns a full path of a hybrid part in UNC format that can be passed to any Windows application.

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

public string GetHybridPartLocation(
	string vaultidentifier,
	string docid,
	string hybridname
)

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.

Return Value

Path of the hybrid part
Remarks

See Also