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

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
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