Click or drag to resize
FileGetFileStream Method (String, FileMode, FileAccess)
Returns new instance of FileStream class.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
protected virtual FileStream GetFileStream(
	string path,
	FileMode mode,
	FileAccess access
)

Parameters

path
Type: SystemString
Path.
mode
Type: CMS.IOFileMode
File mode.
access
Type: CMS.IOFileAccess
File access.

Return Value

Type: FileStream
See Also