DFS AddItem Method NetworkComms.Net Help
Adds a distributed item to the local cache and informs any known peers of the item availability

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

public static DistributedItem AddItem(
	DistributedItem itemToAdd
)

Return Value

Type: DistributedItem
The actual item added to the local cache. May not be the provided itemToAdd if an item with the same checksum already existed.
See Also