End XML Session Action

Description

Ends the specified XML session. This unlocks the XML file bound to the XML session (if a file was used) and frees the session name to be used in a different Start XML Session action.

Declaration

<AMXMLENDSESSION SESSIONNAME="text" />

Example

<AMXMLENDSESSION/>

<AMXMLENDSESSION SESSIONNAME="FirstXMLSession" />

General Tab Parameters

Session name: Specifies the session name to terminate.

Text, Optional - Default "XMLSession1"
MARKUP: SESSIONNAME="FirstXMLSession"

See Also

Start XML Session