Jaa


CrmConnectionManager.SaveConfigToFile Method

Definition

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

Applies to