LinkFile method

Links an existing file in eRoom to an existing external document.

Syntax


C++

HRESULT LinkFile(IERUFile* pFile,
   BSTR ExternalDocumentID,
   BSTR PathToExternalFolder)

Scripting languages
Object.LinkFile(pFile as IERUFile,
   
ExternalDocumentID as String,
   
PathToExternalFolder as String)

Parameters


pFile

An IERUFile pointer to the eRoom file to link from the external storage version.

ExternalDocumentID

String reference to the external document.

PathToExternalFolder

A semicolon-separated list of containers' ObjectIDs.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUExternalStorageProvider