ItemEstimate
ItemEstimate class
Contains an assessment on the requested folder
public class ItemEstimate
Constructors
| Name |
Description |
| ItemEstimate(Status) |
Initializes a new instance of the ItemEstimate class. |
| ItemEstimate(Status, string, int) |
Initializes a new instance of the ItemEstimate class. |
Properties
| Name |
Description |
| CollectionId { get; } |
Specifies the server ID of the collection from which the item estimate is being obtained. |
| Estimate { get; } |
Specifies the estimated number of items in the collection or folder that have to be synchronized. |
| Status { get; } |
Indicates the result of an operation. |
Methods
| Name |
Description |
| override ToString() |
Returns a string that represents the current object. |
See Also