CrmConnectionManager.RemoveUserLocalDirectoryConfigFile 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.
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.
public:
bool RemoveUserLocalDirectoryConfigFile();
public bool RemoveUserLocalDirectoryConfigFile ();
member this.RemoveUserLocalDirectoryConfigFile : unit -> bool
Public Function RemoveUserLocalDirectoryConfigFile () As Boolean
Returns
true on success, false on fail.