FileListTotalFileCount Property |
This property returns the number of files in the FileList. If the FileList contains folders the files in those particular folders are also counted.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int TotalFileCount { get; }
Public ReadOnly Property TotalFileCount As Integer
Get
public:
property int TotalFileCount {
int get ();
}
member TotalFileCount : int with get
Property Value
Type:
Int32See Also