CrmConnectionManager.RemoveUserLocalDirectoryConfigFile Method

Definition

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.

Applies to