JamBaseShellListViewCollectSelectedPaths Property  | 
 true if m_SelectedFiles should contain whole paths instead of files only.
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected bool CollectSelectedPaths { get; set; }Protected Property CollectSelectedPaths As Boolean
	Get
	Set
protected:
property bool CollectSelectedPaths {
	bool get ();
	void set (bool value);
}member CollectSelectedPaths : bool with get, set
Property Value
Type: 
Boolean
See Also