MoveLinkedFile method

Moves the external document from its existing container to a new container. The eRoom file remains unchanged.

Syntax


C++

HRESULT MoveLinkedFile(
   IERUFile* pFile,
   BSTR ExternalFolderID
   
BSTR PathToExternalFolder)

Scripting languages
Object.MoveLinkedFile(
   pFile as IERUFile,
   
ExternalFolderID as String,
   PathToExternalFolder
as String
)

Parameters


pFile

An IERUFile pointer to the linked eRoom file to move.

ExternalFolderID

External reference to the destination folder. For Documentum, this must be a Chronicle ID.

PathToExternalFolder

A semicolon-separated list of containers' ObjectIDs.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUExternalStorageProvider