Share via


CRMGlobalManager.LoadCachedData Method (String, String)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

Loads cached entity. If it's not already in the cache, it loads it into the cache and then returns the data

Namespace:   Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly:  Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Syntax

public List<Entity> LoadCachedData(
    string entityName,
    string entityPrimaryId
)
Public Function LoadCachedData (
    entityName As String,
    entityPrimaryId As String
) As List(Of Entity)

Parameters

Return Value

Type: System.Collections.Generic.List<Entity>

Implements

ICRMWindowRouter.LoadCachedData(String, String)

See Also

CRMGlobalManager Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Return to top

Unified Service Desk 2.0

© 2017 Microsoft. All rights reserved. Copyright