Click or drag to resize

ItemIdListIsSearchFolder Property

Gets a value indicating whether this object represents a search folder.

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

Property Value

Type: Boolean
True if this object represents a search folder, false if not.
Remarks
Elements found via a SearchFolder still start with "search-ms" and return true here.
See Also