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

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

Parameters

filename
Type: SystemString
File name

Return Value

Type: ZipEntry
See Also