Click or drag to resize

BaseSelectionListFileCount Property

Get the total number of selected files.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public int FileCount { get; protected set; }

Property Value

Type: Int32
Remarks
This property will only return valid results if CalculateSelectedFiles is set to true.
See Also