BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > EnumHybridParts(String, String)
EnumHybridParts Method (vaultidentifier, docid)
Enumerates all the hybrid parts of a document. The return value is a string array of the names of all the hybrid parts. The variant will be empty if no hybrid parts can be found.
Declaration Syntax
C#Visual BasicVisual C++
public Object EnumHybridParts(
	string vaultidentifier,
	string docid
)
Public Function EnumHybridParts ( _
	vaultidentifier As String, _
	docid As String _
) As Object
public:
Object^ EnumHybridParts(
	String^ vaultidentifier, 
	String^ docid
)
Parameters
vaultidentifier (String)
The vault
docid (String)
The unique identifier of the document inside the vault.
Return Value
A string array of the names of all the hybrid parts. The variant will be empty if no hybrid parts can be found.
Remarks

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