UnlinkFile method

Removes the link between an eRoom file and an external file, without deleting either the eRoom file or the external file.

Syntax


C++

HRESULT UnLinkFile(IERUFile* pFile)

Scripting languages
Object.UnLinkFile(pFile as IERUFile)

Parameters


pFile

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

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUExternalStorageProvider