GetList Result

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2hyaXN0aWFuRy4=?=

    GetList Result

    I want to get all the Properties of the GetList (Fields, ..) into a Table or
    into a DataSet.
    It would be nice to have a xsd File to perform a procedure like this
    for the List Collection.

    XmlNode node = service.GetList Collection();
    XmlDataDocument xd = new XmlDataDocument ();
    DataSet ds = xd.DataSet;
    ds.ReadXmlSchem a(@"..\..\Schem a\Lists.xsd");
    xd.LoadXml("<?x ml version='1.0' ?>" + node.OuterXml);
    Thanks in Advance
    Christian Gantar
Working...