Click or drag to resize

ItemIdListIsInZipArchive Method

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

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

Parameters

pItemIdList  ItemIdList
The ItemIdList to check.

Return Value

Boolean
True, if the passed ItemIdList does not have attribue SFGAO_FILESYSTEM, but SFGAO_STREAM or SFGAO_FOLDER.
See Also