Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
interface IFeedIdConverter : IUnknown
Members
IFeedIdConverter methods | Description |
---|---|
When implemented by a derived class, gets the format schema for the IDs that can be converted. |
|
When implemented by a derived class, converts a replica ID to the FeedSync format. |
|
When implemented by a derived class, converts an item ID to the FeedSync format. |
|
When implemented by a derived class, converts a replica ID from the FeedSync format to the provider format. |
|
When implemented by a derived class, converts an item ID from the FeedSync format to the provider format. |
|
When implemented by a derived class, generates an anonymous replica ID for an item that does not contain a by value. |
Remarks
Because providers can represent IDs in any format, Sync Framework requires that a user application or provider implement IFeedIdConverter to enable IDs to be stored as FeedSync metadata.
Requirements
Header: Feedsync.h
See Also
Reference
IFeedIdConverterCallback Interface