ItemIdListIsZipArchive Method |
Returns true, if the passed ItemIdList is a zip or similar archive.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static bool IsZipArchive(
ItemIdList pItemIdList
)
Public Shared Function IsZipArchive (
pItemIdList As ItemIdList
) As Boolean
public:
static bool IsZipArchive(
ItemIdList^ pItemIdList
)
static member IsZipArchive :
pItemIdList : ItemIdList -> bool
Parameters
- pItemIdList ItemIdList
- The ItemIdList to check.
Return Value
Booleantrue, if the passed ItemIdList is a folder and has the attribute SFGAO_STREAM attribute.
See Also