Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes knowledge about the specified item from the knowledge.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public MustOverride Sub ExcludeItemFromAllKnowledgeByGlobalId ( _
globalId As SyncId _
)
'Usage
Dim instance As ReplicaMetadata
Dim globalId As SyncId
instance.ExcludeItemFromAllKnowledgeByGlobalId(globalId)
public abstract void ExcludeItemFromAllKnowledgeByGlobalId (
SyncId globalId
)
public:
virtual void ExcludeItemFromAllKnowledgeByGlobalId (
SyncId^ globalId
) abstract
public abstract void ExcludeItemFromAllKnowledgeByGlobalId (
SyncId globalId
)
public abstract function ExcludeItemFromAllKnowledgeByGlobalId (
globalId : SyncId
)
Parameters
- globalId
A SyncId object that contains the ID of the item to remove from the knowledge.
See Also
Reference
ReplicaMetadata Class
ReplicaMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace