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.2
Syntax
public List<string> SelectedFiles { get; }

Property Value

ListString
See Also