DFS ItemAlreadyInLocalCache Method (String)NetworkComms.Net Help
Returns true if an item with a matching itemCheckSum is present within the local cache

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

public static bool ItemAlreadyInLocalCache(
	string itemCheckSum
)

Parameters

itemCheckSum
Type: OnlineSystem String
The relevant item MD5 checksum

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.DFS.ItemAlreadyInLocalCache(System.String)"]

See Also