Skip to content

callbacks DynamicsWebApi.FetchXmlResponse

Aleksandr Rogov edited this page Jul 15, 2023 · 1 revision

Interface: FetchXmlResponse<T>

DynamicsWebApi.FetchXmlResponse

Type parameters

Name
T

Hierarchy

Table of contents

Properties

Properties

@Microsoft.Dynamics.CRM.totalrecordcount

Optional @Microsoft.Dynamics.CRM.totalrecordcount: number


@Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded

Optional @Microsoft.Dynamics.CRM.totalrecordcountlimitexceeded: boolean


PagingInfo

Optional PagingInfo: Object

Paging information

Type declaration

Name Type Description
cookie? string Next page cookie
nextPage? number Number of the next page

oDataContext

Optional oDataContext: string

Inherited from

MultipleResponse.oDataContext


oDataCount

Optional oDataCount: number

Inherited from

MultipleResponse.oDataCount


value

Optional value: T[]

Multiple respone entities

Inherited from

MultipleResponse.value

dynamics-web-api-wiki

Namespaces

Clone this wiki locally