ItemEstimate

ItemEstimate constructor (1 of 2)

Initializes a new instance of the ItemEstimate class.

public ItemEstimate(Status status)
Parameter Type Description
status Status Indicates the result of an operation.

See Also


ItemEstimate constructor (2 of 2)

Initializes a new instance of the ItemEstimate class.

public ItemEstimate(Status status, string collectionId, int estimate)
Parameter Type Description
status Status Indicates the result of an operation.
collectionId String Specifies the server ID of the collection from which the item estimate is being obtained.
estimate Int32 Specifies the estimated number of items in the collection or folder that have to be synchronized.

See Also