Click or drag to resize

ItemIdListIsZipArchive Method

Returns true, if the passed ItemIdList is a zip or similar archive.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool IsZipArchive(
	ItemIdList pItemIdList
)

Parameters

pItemIdList  ItemIdList
The ItemIdList to check.

Return Value

Boolean
true, if the passed ItemIdList is a folder and has the attribute SFGAO_STREAM attribute.
See Also