Share via


ICRMWindowRouter.RefreshCachedEntry Method

Definition

public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> RefreshCachedEntry (System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> list, string entity, string entityid);
abstract member RefreshCachedEntry : System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity> * string * string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Entity>
Public Function RefreshCachedEntry (list As List(Of Entity), entity As String, Optional entityid As String) As List(Of Entity)

Parameters

list
List<Entity>
entity
String
entityid
String

Returns

Returns List<T>.

Applies to