ShowIDGraphic property

Sets or returns whether to display the eRoom's logo on the portal page.

Syntax


C++

HRESULT get_ShowIDGraphic(VARIANT_BOOL* pShow)

HRESULT put_ShowIDGraphic(VARIANT_BOOL myShow)

Scripting languages

value = PortalEntry.ShowIDGraphic

PortalEntry.ShowIDGraphic = value

Legal values


Value

Description

TRUE

(default) Display the eRoom's logo.

FALSE

Do not display the eRoom's logo.

 

Home

Applies to

IERUPortalEntry