Click or drag to resize

ShellItemKindList Property

Gets the Windows KIND list of this item.

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

Property Value

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