ISimpleSyncProviderIdGenerator::GenerateNewItemId Method
When overridden in a derived class, returns a SyncId object that contains a ID for a new item.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- keyAndVersion
- Type: Microsoft.Synchronization.SimpleProviders::ItemFieldDictionary
An ItemFieldDictionary object that contains the key and version properties of the item that requires an ID.
Return Value
Type: Microsoft.Synchronization::SyncIdA SyncId object that contains a ID for a new item.
Show: