Click or drag to resize

IDataItemGetStream Method

IT Hit User File System
Gets stream to read and write data.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
Stream GetStream(
	FileMode mode,
	FileAccess access,
	FileShare share
)

Parameters

mode
Type: System.IOFileMode
access
Type: System.IOFileAccess
share
Type: System.IOFileShare

Return Value

Type: Stream
Stream to read and/or write data.
See Also