FileSyncProvider::IdFormats Property

Gets the schema that defines the format of various IDs that are used by the provider.

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public:
virtual property SyncIdFormatGroup^ IdFormats {
	SyncIdFormatGroup^ get () override;
}

Property Value

Type: Microsoft.Synchronization::SyncIdFormatGroup
The schema that defines the format of various IDs that are used by the provider.

Sync Framework uses this method to retrieve the ID formats from the two providers that are participating in synchronization. Sync Framework will verify that they have the same ID formats and, therefore, can synchronize with each other.

Show: