Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Save the configuration Keys to the configuration file.
Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public bool SaveConfigToFile(
    Dictionary<Dynamics_ConfigFileServerKeys, object> configToSave
)
public:
bool SaveConfigToFile(
    Dictionary<Dynamics_ConfigFileServerKeys, Object^>^ configToSave
)
member SaveConfigToFile : 
        configToSave:Dictionary<Dynamics_ConfigFileServerKeys, Object> -> bool
Public Function SaveConfigToFile (
    configToSave As Dictionary(Of Dynamics_ConfigFileServerKeys, Object)
) As Boolean
Parameters
- configToSave 
 Type: System.Collections.Generic.Dictionary<Dynamics_ConfigFileServerKeys, Object>- Config key dictionary 
Return Value
Type: System.Boolean
true on success
See Also
CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright