ForgottenKnowledge Constructor (SyncIdFormatGroup, SyncKnowledge)
Initializes a new instance of the ForgottenKnowledge class that contains the specified ID format schema and synchronization knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
ForgottenKnowledge(
SyncIdFormatGroup^ idFormats,
SyncKnowledge^ knowledge
)
Parameters
- idFormats
- Type: Microsoft.Synchronization::SyncIdFormatGroup
The ID format schema of the provider.
- knowledge
- Type: Microsoft.Synchronization::SyncKnowledge
Baseline knowledge, some of which will be forgotten.
| Exception | Condition |
|---|---|
| ArgumentNullException | formats or knowledge is a nullptr. |
Show: