Click or drag to resize
StorageProviderGetFileStream Method (String, FileMode)
Returns new instance of file stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override FileStream GetFileStream(
	string path,
	FileMode mode
)

Parameters

path
Type: SystemString
Path to file
mode
Type: CMS.IOFileMode
File mode

Return Value

Type: FileStream
See Also