OrganizationServiceContextExtensions.RetrieveRecordChangeHistory<TResult> Method (OrganizationServiceContext, EntityReference, PagingInfo)
Applies To: Dynamics CRM 2015
Retrieves all changes to a specific entity. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static TResult RetrieveRecordChangeHistory<TResult>(
this OrganizationServiceContext context,
EntityReference target,
PagingInfo pagingInfo
)
public:
generic<typename TResult>
[ExtensionAttribute]
static TResult RetrieveRecordChangeHistory(
OrganizationServiceContext^ context,
EntityReference^ target,
PagingInfo^ pagingInfo
)
static member RetrieveRecordChangeHistory<'TResult> :
context:OrganizationServiceContext *
target:EntityReference *
pagingInfo:PagingInfo -> 'TResult
<ExtensionAttribute>
Public Shared Function RetrieveRecordChangeHistory(Of TResult) (
context As OrganizationServiceContext,
target As EntityReference,
pagingInfo As PagingInfo
) As TResult
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- target
Type: Microsoft.Xrm.Sdk.EntityReference
- pagingInfo
Type: Microsoft.Xrm.Sdk.Query.PagingInfo
Return Value
Type: TResult
Returns Int32.
Type Parameters
- TResult
Remarks
This is a method wrapper for the RetrieveRecordChangeHistoryRequest and RetrieveRecordChangeHistoryResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright