CrmConnectionManager.RemoveUserLocalDirectoryConfigFile Method ()
Applies To: Dynamics CRM 2015
Will remove the user connection data settings from the users app config directory, useable only when the UseUserLocalDirectoryForConfigStore is set to true. this should be called after the connection has been established, or before the connect attempt in order to be effective.
Namespace: Microsoft.Xrm.Tooling.CrmConnectControl
Assembly: Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)
Syntax
public bool RemoveUserLocalDirectoryConfigFile()
public:
bool RemoveUserLocalDirectoryConfigFile()
member RemoveUserLocalDirectoryConfigFile : unit -> bool
Public Function RemoveUserLocalDirectoryConfigFile As Boolean
Return Value
Type: System.Boolean
true on success, false on fail.
See Also
CrmConnectionManager Class
Microsoft.Xrm.Tooling.CrmConnectControl Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright