KnowledgeFragmentInspector Class

Takes a snapshot of a SyncKnowledge object that is in the format that is compatible with WindowsSync or later, and provides methods for inspecting the details of the knowledge.

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

Syntax

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

Remarks

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

KnowledgeFragmentInspector represents a snapshot of the SyncKnowledge object. Later updates to the knowledge object will not be reflected in the snapshot that is contained in the inspector.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from KnowledgeFragmentInspector properties.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeFragmentInspector

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

KnowledgeFragmentInspector Members
Microsoft.Synchronization Namespace