Remove an item from the DFS. Possibly swarmWide and with or without a removal broadcast
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- itemCheckSum
- Type: System String
The checksum corresponding with the item to remove
- broadcastRemoval (Optional)
- Type: System Boolean
If true all peers will be notified that we are removing this item.
- removeSwarmWide (Optional)
- Type: System Boolean
True if this item should be removed swarm wide
See Also