Click or drag to resize

DFSRemoveItem 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: SystemString
broadcastRemoval (Optional)
Type: SystemBoolean
removeSwarmWide (Optional)
Type: SystemBoolean
See Also