conaito Office2Silverlight SDK
Saves appearance theme to XML.

Namespace: Conaito.Office2Silverlight
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void SaveToXML(
	string filePath
)
Visual Basic
Public Sub SaveToXML ( _
	filePath As String _
)
Visual C++
public:
void SaveToXML(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
The file path.

See Also