ItemEstimateRequest

ItemEstimateRequest constructor (1 of 3)

Initializes a new instance of the ItemEstimateRequest class.

public ItemEstimateRequest()

See Also


ItemEstimateRequest constructor (2 of 3)

Initializes a new instance of the ItemEstimateRequest class.

public ItemEstimateRequest(string syncKey, string collectionId, ItemEstimateOptions[] options, 
    bool? conversationMode)
Parameter Type Description
syncKey String Represents the current state of a collection.
collectionId String Specifies the server ID of the collection from which the item estimate is being obtained.
options ItemEstimateOptions[] Contains array of elements that filter the results of the GetItemEstimate operation.
conversationMode Nullable`1 Specifies whether to include items that are included within the conversation modality within the results of the GetItemEstimate command response.

See Also


ItemEstimateRequest constructor (3 of 3)

Initializes a new instance of the ItemEstimateRequest class.

public ItemEstimateRequest(string syncKey, string collectionId, AirsyncFilterType? filterType)
Parameter Type Description
syncKey String Represents the current state of a collection.
collectionId String Specifies the server ID of the collection from which the item estimate is being obtained.
filterType Nullable`1 Specifies an optional time window for the objects

See Also