Load the specified distributed item. Does not add the .DFSItem extension to the fileName
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- fileName
- Type: System String
The DFS item to load
- itemDataStream
- Type: System.IO Stream
The DFS item data
- seedConnectionInfoList
- Type: System.Collections.Generic List ConnectionInfo
The connecitonInfo corresponding with potential seeds
Return Value
Type: DistributedItem[Missing <returns> documentation for "M:DistributedFileSystem.DistributedItem.Load(System.String,System.IO.Stream,System.Collections.Generic.List{NetworkCommsDotNet.ConnectionInfo})"]
See Also