Click or drag to resize

DFS.RemoveItem Method

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void RemoveItem(
	string itemCheckSum,
	bool broadcastRemoval = true,
	bool removeSwarmWide = false
)

Parameters

itemCheckSum
Type: System.String
broadcastRemoval (Optional)
Type: System.Boolean
removeSwarmWide (Optional)
Type: System.Boolean
See Also