IFeedIdConverter Interface
Represents an object that can translate between IDs in the FeedSync format and IDs in the provider format.
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. |
Show: