summaryM:DotNetNuke.Services.FileSystem.FileController.SerializeFile(System.Xml.XmlDocument,DotNetNuke.Services.FileSystem.FileInfo)

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public static XmlNode SerializeFile(
	XmlDocument xmlFile,
	FileInfo file
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Shared Function SerializeFile ( 
	xmlFile As XmlDocument,
	file As FileInfo
) As XmlNode

Parameters

xmlFile
Type: System.Xml..::..XmlDocument
paramxmlFileM:DotNetNuke.Services.FileSystem.FileController.SerializeFile(System.Xml.XmlDocument,DotNetNuke.Services.FileSystem.FileInfo)
file
Type: DotNetNuke.Services.FileSystem..::..FileInfo
paramfileM:DotNetNuke.Services.FileSystem.FileController.SerializeFile(System.Xml.XmlDocument,DotNetNuke.Services.FileSystem.FileInfo)

Return Value

returnsM:DotNetNuke.Services.FileSystem.FileController.SerializeFile(System.Xml.XmlDocument,DotNetNuke.Services.FileSystem.FileInfo)

See Also