CrmServiceClient.ResetLocalMetadataCache(String) Method

Definition

This will clear the Metadata cache for either all entities or the specified entity

public void ResetLocalMetadataCache (string entityName = "");
member this.ResetLocalMetadataCache : string -> unit
Public Sub ResetLocalMetadataCache (Optional entityName As String = "")

Parameters

entityName
String

Optional: name of the entity to clear cached info for

Applies to