summaryM:DotNetNuke.Common.Utilities.Config.Save(System.Xml.XmlDocument,System.String)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string Save(
	XmlDocument xmlDoc,
	string filename
)
Visual Basic
Public Shared Function Save ( 
	xmlDoc As XmlDocument,
	filename As String
) As String

Parameters

xmlDoc
Type: System.Xml..::..XmlDocument
paramxmlDocM:DotNetNuke.Common.Utilities.Config.Save(System.Xml.XmlDocument,System.String)
filename
Type: System..::..String
paramfilenameM:DotNetNuke.Common.Utilities.Config.Save(System.Xml.XmlDocument,System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.Config.Save(System.Xml.XmlDocument,System.String)

See Also