This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the path to the macro in the current execution stack.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public string SXMLPath { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public ReadOnly Property SXMLPath As 
	Get

Field Value

The SXML path.

Return Value

String containing the nested path to the macro

See Also

Smartsite.Core Namespace
Advanced