Save BodyHtml or DocumentHtml as XML file.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Sub SaveEditorContentAsXml( _ 
   ByVal fileName As String _ 
)
C#
public void SaveEditorContentAsXml(
   string fileName
)
C++
public:
 void SaveEditorContentAsXml(
   String fileName
) sealed 
J#
public void SaveEditorContentAsXml(
   string fileName
)
JScript
public  function SaveEditorContentAsXml(
   fileName : String
)

Parameters

fileName
The file name for the xml file which will be created from the Html value of the control based on the argument htmlValueOption.

See Also