Click or drag to resize
XmlHelperToFile Method
Object To File

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static void ToFile(
	Object obj,
	string xmlFilePath
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Adf.XmlHelper.ToFile(System.Object,System.String)"]

xmlFilePath
Type: SystemString

[Missing <param name="xmlFilePath"/> documentation for "M:Adf.XmlHelper.ToFile(System.Object,System.String)"]

See Also