Click or drag to resize

ShellItemKindList Property

Gets the Windows KIND list of this item.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual IEnumerable<string> KindList { get; }

Property Value

Type: IEnumerableString
The Windows KIND list of this item.
See Also