Sends a device configuration file to Configuration Manager for processing.
| C# | Visual Basic |
public static XmlDocument ProcessConfiguration( XmlDocument configDoc, bool metadata )
Public Shared Function ProcessConfiguration ( _ configDoc As XmlDocument, _ metadata As Boolean _ ) As XmlDocument
- configDoc (XmlDocument)
- The configuration document used to provision the device.
- metadata (Boolean)
- true to return metadata associated with the XML parm elements in the new configuration; otherwise, false.
If metadata is true, this method returns metadata associated with the XML parm elements in this configuration.