WebDavProperty ToXmlDocumentFragment Method WebDAV#
Creates an XmlDocumentFragment from the current WebDAVProperty

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XmlDocumentFragment ToXmlDocumentFragment(
	XmlDocument doc
)

Parameters

doc
Type: System.Xml XmlDocument
The XmlDocument where a XmlDocumentFragment is needed

Return Value

Type: XmlDocumentFragment
The XmlDocumentFragment of the current WebDAVProperty object
See Also