Click or drag to resize
ZipStorageProviderGetFileData Method
Gets the particular file data

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public byte[] GetFileData(
	string fileName
)

Parameters

fileName
Type: SystemString
File name

Return Value

Type: Byte
See Also