AppleShareFromXmlNode Method
IT Hit WebDAV Classes Reference
Parses node and sets AppleShere instance
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static AppleShare FromXmlNode(
XElement node
)
Public Shared Function FromXmlNode (
node As XElement
) As AppleShare
public:
static AppleShare FromXmlNode(
XElement^ node
)
static member FromXmlNode :
node : XElement -> AppleShare
Parameters
- node
- Type: System.Xml.LinqXElement
[Missing <param name="node"/> documentation for "M:ITHit.WebDAV.Server.CalDav.AppleShare.FromXmlNode(System.Xml.Linq.XElement)"]
Return Value
Type:
AppleShare[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.AppleShare.FromXmlNode(System.Xml.Linq.XElement)"]
See Also