SyncKnowledge.GetKnowledgeForItem Method

Gets the knowledge for the specified item.

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

Syntax

'Declaration
Public Function GetKnowledgeForItem ( _
    itemId As SyncId _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim returnValue As SyncKnowledge

returnValue = instance.GetKnowledgeForItem(itemId)
public SyncKnowledge GetKnowledgeForItem (
    SyncId itemId
)
public:
SyncKnowledge^ GetKnowledgeForItem (
    SyncId^ itemId
)
public SyncKnowledge GetKnowledgeForItem (
    SyncId itemId
)
public function GetKnowledgeForItem (
    itemId : SyncId
) : SyncKnowledge

Parameters

  • itemId
    The ID of the item to look up.

Return Value

The knowledge for the specified item.

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace