CrmConnectionManager.SaveConfigToFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save the configuration Keys to the configuration file.
public:
bool SaveConfigToFile(System::Collections::Generic::Dictionary<Microsoft::Xrm::Tooling::CrmConnectControl::Utility::Dynamics_ConfigFileServerKeys, System::Object ^> ^ configToSave);
public bool SaveConfigToFile (System.Collections.Generic.Dictionary<Microsoft.Xrm.Tooling.CrmConnectControl.Utility.Dynamics_ConfigFileServerKeys,object> configToSave);
member this.SaveConfigToFile : System.Collections.Generic.Dictionary<Microsoft.Xrm.Tooling.CrmConnectControl.Utility.Dynamics_ConfigFileServerKeys, obj> -> bool
Public Function SaveConfigToFile (configToSave As Dictionary(Of Dynamics_ConfigFileServerKeys, Object)) As Boolean
Parameters
- configToSave
- Dictionary<Dynamics_ConfigFileServerKeys,Object>
Config key dictionary
Returns
true on success