SimpleSyncServices::IsItemLastModifiedLocally Method
Returns whether an item was last modified on the local replica.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- key
- Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary
An ItemFieldDictionary object that represents an item and its associated fields.
Return Value
Type: System::BooleanTrue if the local metadata indicates that the specified item was last modified locally. False if the item is known, but it was not last modified locally.
| Exception | Condition |
|---|---|
| ItemNotFoundInMetadataStoreException | The simple provider did not find an item with the given identity fields in the metadata store. |
| ArgumentNullException | key is a nullptr. |
| ArgumentOutOfRangeException | key is empty. |
Show: