Gets the current SXML Stack.

Syntax

Smartsite SXML CopyCode image Copy Code
datatable sxml.stack()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
DataTable A datatable with the current SXML Stack.

Data Table Columns

Name Data Type
Duration T:System.TimeSpan
Instruction T:Smartsite.Core.ISXMLInstruction
ScopeIdentifier Integer
Source T:Smartsite.Core.ISXMLSource
SourceName String
SourceNumber Integer
TypeName String

Expand image Example

SXML