Click or drag to resize

ShellBrowserBaseIsFolder Property

Can be used to query if the currently active object is a folder or not.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public bool IsFolder { get; }

Return Value

Boolean
true, if the currently active object is a folder, false otherwise
See Also