ItemIdListIsSearchFolder Property |
Gets a value indicating whether this object represents a search folder.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
BooleanTrue if this object represents a search folder, false if not.
RemarksElements found via a SearchFolder still start with "search-ms" and return true here.
See Also