ItemIdListIsInSearchFolder Property |
Similar to
IsSearchFolder, method returns true, if the current ItemIdList belongs to a search folder, i.e. if it is a subfolder appearing in a search result.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsInSearchFolder { get; }
Public ReadOnly Property IsInSearchFolder As Boolean
Get
public:
property bool IsInSearchFolder {
bool get ();
}
member IsInSearchFolder : bool with get
Property Value
Type:
BooleanSee Also