NewXmlChannel

Creates/updates a database channel.

Structure
{   
     string dbName; 
     string dataUrl; 
     string schemaUrl; 
     string deleteUrl; 
     unsigned int dataFormat; 
     boolean fetchModsOnly; 
     boolean fetchDeleteType; 
};
Fields
  • dbName   Name of the on-device database.

  • dataUrl   URL from which to retrieve XML data.

  • schemaUrl   URL from which to retrieve XSD schema.

  • deleteUrl   URL to retrieve when deletes occur.

  • dataFormat   1 = attribute

    2 = element

  • fetchModsOnly   Set to true to update only changes, false to update all data.

  • fetchDeleteType   0 = implicit

    1 = explicit

Remarks

PublicChannelIdArray is an array of PublicChannelId structures.