AddItems

Examples


The AddItems method defined for the syAreaPageXML form adds the items defined by a command list to the current content area. Unlike the AddCategory procedure, the items are not part of a collapsible category.

Syntax

AddItems of form syAreaPageXML, XML_state, command_list

Parameters

XML_state – A composite parameter of the type AreaPageXMLState that is used to maintain state information for the Area Page.

command_list – The command list that contains the commands to be added to the content area.


Documentation Feedback