ItemIdListIsInZipArchive Method |
Returns true, if the passed ItemIdList is part of a zip archive or similar format.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsInZipArchive(
ItemIdList pItemIdList
)
Public Shared Function IsInZipArchive (
pItemIdList As ItemIdList
) As Boolean
public:
static bool IsInZipArchive(
ItemIdList^ pItemIdList
)
static member IsInZipArchive :
pItemIdList : ItemIdList -> bool
Parameters
- pItemIdList ItemIdList
- The ItemIdList to check.
Return Value
BooleanTrue, if the passed ItemIdList does not have attribue SFGAO_FILESYSTEM, but SFGAO_STREAM or SFGAO_FOLDER.
See Also