CustomFileListItemFileSize Property |
Gets or sets the size of the file. It's a value preloaded during the search.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual long FileSize { get; set; }
Public Overridable Property FileSize As Long
Get
Set
public:
virtual property long long FileSize {
long long get ();
void set (long long value);
}
abstract FileSize : int64 with get, set
override FileSize : int64 with get, set
Property Value
Int64The size of the file.
See Also