WebDavProperty ToXmlElement Method WebDAV#
reates an XmlElement 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 XmlElement ToXmlElement(
	XmlDocument doc
)

Parameters

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

Return Value

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