DFS RemoveItem Method NetworkComms.Net Help
Remove an item from the DFS. Possibly swarmWide and with or without a removal broadcast

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void RemoveItem(
	string itemCheckSum,
	bool broadcastRemoval = true,
	bool removeSwarmWide = false
)

Parameters

itemCheckSum
Type: OnlineSystem String
The checksum corresponding with the item to remove
broadcastRemoval (Optional)
Type: OnlineSystem Boolean
If true all peers will be notified that we are removing this item.
removeSwarmWide (Optional)
Type: OnlineSystem Boolean
True if this item should be removed swarm wide
See Also