public static XmlDocument ProcessConfiguration (
XmlDocument configDoc,
bool metadata
)
Visual Basic (Declaration)
Public Shared Function ProcessConfiguration ( _
configDoc As XmlDocument, _
metadata As Boolean _
) As XmlDocument
Parameters
- configDoc
The configuration document used to provision the device.
- metadata
true to return metadata associated with the XML parm elements in the new configuration; otherwise, false. If false, then configDoc is returned.
Return Value
If metadata was not requested, ProcessConfiguration simply returns the original device configuration XML file - but if metadata was requested, then ProcessConfiguration returns the original device configuration XML file, but with additional XML markup that describes any processing errors.