ExternalSession property

Returns an implementation-specific object representing a connection to external storage. If no connection exists, eRoom attempts to make a connection using the current eRoom user's name and password, or (if set) Documentum name and password.

For Documentum, this returns an IDfSession DFC object. The lifetime of the IDfSession is linked to the lifetime of the Provider. When the Provider is released, the IDfSession is released back into the session pool.

Syntax


C++

HRESULT get_ExternalSession(IUnknown**)

Scripting languages

ExternalSession = Object.ExternalSession

Home

Applies to

IERUExternalStorageProvider