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.
Writes data as child of the current node. If the current node is selfclosing, it will we converted to a normale node.

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

Syntax

C#Copy imageCopy Code
public bool WriteInnerXml(
	string data,
	 appendMode
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function WriteInnerXml ( _
	data As , _
	appendMode As  _
) As 

Parameters

data
String
The xml data to write.
appendMode
FlexLayoutModule..::..FlexReader..::..AppendMode
The append mode: Replace, AtStart or AtEnd (default is Replace).

Return Value

True on succes.

See Also

Advanced