SDK for .NET  2.3.0
SDK for .NET
 All Classes Namespaces Files Functions Variables Properties
com.openkm.sdk4csharp.util.XMLToObj Class Reference

Public Member Functions

Folder xmlToFolder (string xmlText)
 
Record xmlToRecord (string xmlText)
 
Document xmlToDocument (string xmlText)
 
Mail xmlToMail (string xmlText)
 
MailList xmlToMailList (string xmlText)
 
List< NodegetNodeList (string xmlText)
 

Static Public Member Functions

static object identifyXMLObjectType (XmlDocument xmlDoc)
 

Member Function Documentation

List<Node> com.openkm.sdk4csharp.util.XMLToObj.getNodeList ( string  xmlText)
static object com.openkm.sdk4csharp.util.XMLToObj.identifyXMLObjectType ( XmlDocument  xmlDoc)
static
Document com.openkm.sdk4csharp.util.XMLToObj.xmlToDocument ( string  xmlText)
Folder com.openkm.sdk4csharp.util.XMLToObj.xmlToFolder ( string  xmlText)
Mail com.openkm.sdk4csharp.util.XMLToObj.xmlToMail ( string  xmlText)
MailList com.openkm.sdk4csharp.util.XMLToObj.xmlToMailList ( string  xmlText)
Record com.openkm.sdk4csharp.util.XMLToObj.xmlToRecord ( string  xmlText)

The documentation for this class was generated from the following file: