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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool IsInSearchFolder { get; }Public ReadOnly Property IsInSearchFolder As Boolean
Get
public:
property bool IsInSearchFolder {
bool get ();
}member IsInSearchFolder : bool with get
Property Value
Boolean
See Also