ItemIdListIsSearchFolder Property |
Gets a value indicating whether this object represents a search folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual bool IsSearchFolder { get; }
Public Overridable ReadOnly Property IsSearchFolder As Boolean
Get
public:
virtual property bool IsSearchFolder {
bool get ();
}
abstract IsSearchFolder : bool with get
override IsSearchFolder : bool with get
Property Value
Type:
BooleanTrue 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