FileListTotalFileSize Property |
This property returns the size of all files in the FileList. If the FileList contains folders, the foldersize is determined recursively.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic long TotalFileSize { get; }Public ReadOnly Property TotalFileSize As Long
Get
public:
property long long TotalFileSize {
long long get ();
}member TotalFileSize : int64 with get
Property Value
Int64
See Also