ConnectionGetHybridPartLocation Method |
Returns a full path of a hybrid part in UNC format that can be passed to any Windows application.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic 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
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault. - hybridname
- Type: SystemString
The name of the hybrid part.
Return Value
Type:
StringPath of the hybrid part
Remarks
See Also