PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Reads the outer XML of the current node.

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

Syntax

C#Copy imageCopy Code
public bool ReadOuterXml(
	<bool> copyToOutput
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ReadOuterXml ( _
	copyToOutput As (Of ) _
) As 

Parameters

copyToOutput
Nullable<(Of <Boolean>)>
True to copy source data to output, false to ignore source data. If ommited, current value is used.

Return Value

True on success.

See Also

Advanced