DFS GetDistributedItemByIdentifier Method NetworkComms.Net Help
Returns the distributed item with a matching itemIdentifier. Returns null if item is not found.

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

public static DistributedItem GetDistributedItemByIdentifier(
	string itemIdentifier
)

Parameters

itemIdentifier
Type: OnlineSystem String
The item identifier to match

Return Value

Type: DistributedItem

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

See Also