Connection EnumHybridParts Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
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.

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

public Object EnumHybridParts(
	string vaultidentifier,
	string docid
)

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

See Also