Click or drag to resize
ZipStorageProviderGetFileStream Method (String)
Gets a file stream for the given file

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public Stream GetFileStream(
	string fileName
)

Parameters

fileName
Type: SystemString
File name

Return Value

Type: Stream
See Also