Click or drag to resize

ItemIdListIsFileSystemFolder Method

Returns true for normal FileSystemFolders, false for elements like zip files, that have an associated stream. If pAcceptAncestor is true, a virtual folder containing file system folders will return true as well, false otherwise.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static bool IsFileSystemFolder(
	ItemIdList pItemIdList,
	bool pAcceptAncestor = true
)

Parameters

pItemIdList  ItemIdList
The ItemIdList to check.
pAcceptAncestor  Boolean  (Optional)
false, if the passed ItemIdList needs to be a FileSystemFolder itself, false if children are accepted as well.

Return Value

Boolean
True, for normal FileSystemFolders, false otherwise.
See Also