XmlChannelDetail

The full description of a database channel.

Structure
{   
     unsigned int id; 
     string dbName; 
     string dataUrl; 
     string schemaUrl; 
     string deleteUrl; 
     unsigned int dataFormat; 
     boolean fetchModsOnly; 
     boolean fetchDeleteType; 
};
Fields
  • id   The unique channel ID.

  • dbName   The name of the on-device database.

  • dataUrl   The URL from which to fetch XML data.

  • schemaUrl   The URL from which to fetch the XSD schema.

  • deleteUrl   The URL to fetch 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