hwIPage GetIsExporting
Gets whether a page is written out when running hwlSession_handle PublishSession.
Syntax
hwIPage_handle GetIsExporting
Application
HyperWorks Tcl Query
Description
Returns true if the page is included in the export, false otherwise.
This function, along with hwIPage GetExportMode, replaces the command hwIPage GetExportToHTML.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetIsExporting
Errors
None.