This topic has not yet been rated - Rate this topic

KnowledgeBuilder Constructor

Initializes a new instance of the KnowledgeBuilder class that contains the specified knowledge version and the ID format schema of the provider.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public KnowledgeBuilder (
	uint expectedKnowledgeVersion,
	SyncIdFormatGroup idFormats
)
public KnowledgeBuilder (
	UInt32 expectedKnowledgeVersion, 
	SyncIdFormatGroup idFormats
)
public function KnowledgeBuilder (
	expectedKnowledgeVersion : uint, 
	idFormats : SyncIdFormatGroup
)

Parameters

expectedKnowledgeVersion

The version of the knowledge to be built.

idFormats

The ID format schema of the provider.

Did you find this helpful?
(1500 characters remaining)