ReplicaMetadata::ExcludeItemFromAllKnowledgeByGlobalId Method

Removes knowledge about the specified item from the knowledge.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public:
virtual void ExcludeItemFromAllKnowledgeByGlobalId(
	SyncId^ globalId
) abstract

Parameters

globalId
Type: Microsoft.Synchronization::SyncId
A SyncId object that contains the ID of the item to remove from the knowledge.
Show: