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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipEntry GetFileEntry(
	string fileName
)

Parameters

fileName
Type: SystemString
File name

Return Value

Type: ZipEntry
See Also