Click or drag to resize

FileDialogEventArgsResultsIdLists Property

Gets the user's choices in a dialog that allows multiple selection.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ShellItemIdList[] ResultsIdLists { get; }

Property Value

Type: ShellItemIdList
The results id list array.
See Also