KnowledgeFragmentBuilder Class

Reconstructs a SyncKnowledge object from its constituent parts, in the format that is compatible with WindowsSync or later.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Class KnowledgeFragmentBuilder
'Usage
Dim instance As KnowledgeFragmentBuilder
public class KnowledgeFragmentBuilder
public ref class KnowledgeFragmentBuilder
public class KnowledgeFragmentBuilder
public class KnowledgeFragmentBuilder

Remarks

Sync Framework 2.0 changes the underlying structure of a knowledge object to a more flexible and efficient format. KnowledgeFragmentBuilder is used to build a knowledge object in this format.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeFragmentBuilder

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

KnowledgeFragmentBuilder Members
Microsoft.Synchronization Namespace