DoesExist property

**This property is obsolete in V. 7.0.**

Determines whether custom command or custom viewer components exist on the eRoom server.

Syntax


C++

HRESULT get_DoesExist(VARIANT_BOOL *pRetVal)

Scripting languages

Boolean = object.DoesExist

Legal values


Value

Description

TRUE

Custom command or custom viewer components exist on the eRoom server.

FALSE

Custom command or custom viewer components do not exist on the eRoom server.

 

Home

Applies to

IERUCustomCommand

IERUCustomViewer