PagingInfo ComplexType

Dynamics CRM 2016
 

Updated: November 29, 2016

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

Specifies a number of pages and a number of entity instances per page to return from the query.

This Web API complex type corresponds to the organization service PagingInfo.

The properties of a complex type contain the structured data of the type.

Name

Type

Nullable

Unicode

Description

Count

Edm.Int32

The number of entity instances returned per page.

PageNumber

Edm.Int32

The number of pages returned from the query.

PagingCookie

Edm.String

false

The info used to page large result sets.

ReturnTotalRecordCount

Edm.Boolean

The total number of records should be returned from the query.

The following use the PagingInfo complex type.

Name

How used

Description

RetrieveDuplicates Function

PagingInfo Parameter

Detects and retrieves duplicates for a specified record.

RetrieveEntityChanges Function

PageInfo Parameter

Retrieve the changes for an entity.

RetrieveParsedDataImportFile Function

PagingInfo Parameter

Retrieves the data from the parse table.

QueryExpression ComplexType

PageInfo Property

A complex query expressed in a hierarchy of expressions.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: