Click or drag to resize

ShellDataObjectItemsIdLists Property

Gets a list of Shell Items the data object may reference.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<ShellItemIdList> ItemsIdLists { get; }

Property Value

Type: IReadOnlyListShellItemIdList
A list of Shell Items the data object may reference.
See Also