ExternalObject property

Returns an implementation-specific object that represents the linked file in the external repository. Use this property in order to work directly with the external file through the API implemented by the external repository. (For Documentum, this returns the IDFSysObject interface for the file. The IDFSysObject interface is part of the Documentum Foundation Classes API.)

Syntax


C++

HRESULT get_ExternalObject(IUnknown** pExternalObject)

Scripting languages

ExternalObject = Object.ExternalObject

Home

Applies to

IERUExternalFile