Namespace: ITHit.WebDAV.Client
The IChanges type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionIChangedItem.) | |
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIChangedItem.) | |
| Item | Gets or sets the element at the specified index. (Inherited from IListIChangedItem.) | |
| MoreResults |
Indicates that results is truncated.
| |
| NewSyncToken |
The synchronization token provided by the server.
|
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollectionT. (Inherited from ICollectionIChangedItem.) | |
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIChangedItem.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIChangedItem.) | |
| CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Inherited from ICollectionIChangedItem.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIChangedItem.) | |
| IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListIChangedItem.) | |
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIChangedItem.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIChangedItem.) | |
| RemoveAt | Removes the IListT item at the specified index. (Inherited from IListIChangedItem.) |