Click or drag to resize

ShellSystemListSelectedFiles Property

Returns a list of full paths for the items selected in the view. Objects that do not have a filesystem path, are not within this list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public List<string> SelectedFiles { get; }

Property Value

Type: ListString
See Also