DFS RemoveAllItemsFromLocalOnly Method (Boolean)NetworkComms.Net Help
Removes all items from local only

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

public static void RemoveAllItemsFromLocalOnly(
	bool broadcastRemoval = false
)

Parameters

broadcastRemoval (Optional)
Type: OnlineSystem Boolean
If true all peers will be notified that we are removing all items.
See Also