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 XML declaration header currently associated with the page.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Level1)]
[(Name = "XmlDeclaration", IsExtensionMethod = true)]
public string GetXmlDeclaration()
Visual Basic (Declaration)Copy imageCopy Code
<(.Level1)> _
<(Name := "XmlDeclaration", IsExtensionMethod := True)> _
Public Function GetXmlDeclaration As 

Return Value

XML Declaration

See Also

Advanced