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.1
Syntax public List<string> SelectedFiles { get; }
Public ReadOnly Property SelectedFiles As List(Of String)
Get
public:
property List<String^>^ SelectedFiles {
List<String^>^ get ();
}
member SelectedFiles : List<string> with get
Property Value
Type:
ListStringSee Also