DFS RemoveAllItemsFromLocalOnly Method (String, Boolean)NetworkComms.Net Help
Remove any items from the DFS with a matching itemTypeStr

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

public static void RemoveAllItemsFromLocalOnly(
	string ItemTypeStr,
	bool broadcastRemoval = false
)

Parameters

ItemTypeStr
Type: OnlineSystem String
The item type string to match
broadcastRemoval (Optional)
Type: OnlineSystem Boolean
If true all peers will be notified that we are removing matching items.
See Also