In The Hand LtdIn The Hand
TestConfiguration Method (configDoc, metadata)
NamespacesInTheHand.WindowsMobile.ConfigurationConfigurationManagerTestConfiguration(XmlDocument, Boolean)
.NET Components for Mobility
Sends a device configuration file to Configuration Manager for testing.
Declaration Syntax
C#Visual Basic
public static XmlDocument TestConfiguration(
	XmlDocument configDoc,
	bool metadata
)
Public Shared Function TestConfiguration ( _
	configDoc As XmlDocument, _
	metadata As Boolean _
) As XmlDocument
Parameters
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.
Return Value
If metadata is true, this method returns metadata associated with the XML parm elements in this configuration.
Remarks
Configuration Manager will not process the configuration file, but it can still return useful metadata associated with the XML parm elements.

Assembly: InTheHand.WindowsMobile.Configuration (Module: InTheHand.WindowsMobile.Configuration) Version: 7.0.0.0