ForgottenKnowledge Constructor (SyncIdFormatGroup, SyncKnowledge)

Initializes a new instance of the ForgottenKnowledge class that contains the specified ID format schema and synchronization knowledge.

Namespace:  Microsoft.Synchronization
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.

ExceptionCondition
ArgumentNullException

formats or knowledge is a nullptr.

Show: