Click or drag to resize

PathSelectionList Properties

The PathSelectionList type exposes the following members.

Properties
  NameDescription
Public propertyAllowDuplicates
Gets or sets a value indicating whether to allow duplicate entries in the list.
(Inherited from PathCollection.)
Public propertyCalculateSelectedFiles
Use CalculateSelectedFiles to control whether the size and count of the selected files should be calculated or not.
(Inherited from BaseSelectionList.)
Public propertyCheckIfExists
If true, paths that do not exist will not be added to the list
(Inherited from PathCollection.)
Public propertyFileCount
Get the total number of selected files.
(Inherited from BaseSelectionList.)
Public propertyFolderCount
Get the total number of selected folders.
(Inherited from BaseSelectionList.)
Public propertyIsLocalPathSelected
Returns true, if files on local drives are selected.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from PathCollection.)
Public propertyIsUNCPathSelected
Returns true, if files on UNC paths are selected.
Public propertyItem
Returns a path with a certain index.
(Inherited from PathCollection.)
Public propertySize
Get the total size of the selected items.
(Inherited from BaseSelectionList.)
Top
See Also