ShowTopic property

Sets or returns whether a Topic is displayed in a page.

Syntax


C++

HRESULT get_ShowTopic(VARIANT_BOOL* pShowTopic)

HRESULT put_ShowTopic(VARIANT_BOOL MyShowTopic)

Scripting languages

value = item.ShowTopic

item.ShowTopic = value

Legal values


Value

Description

TRUE

Display the topic.

FALSE

Do not display the topic.

 

Home

Applies to

IERUCalendarPage

IERUCalendarEventPage

IERUDashboardPage

IERUFolderPage

IERUInboxPage

IERULinkedFolder

IERUMailPage

IERUNotePage

IERUPollPage

IERUProjectSchedulePage

IERUProjectTaskPage


See also

Creating Items