- 13 Dec 2023
- 1 Minute to read
- DarkLight
GetFileCollectionSize
- Updated on 13 Dec 2023
- 1 Minute to read
- DarkLight
General
The GetFileCollectionSize function takes the name of a File Collection and returns its current size in bytes.
Syntax
The syntax of the GetFileCollectionSize function is:
GetFileCollectionSize(<name>)
Examples
The following Expression returns the size of file collection MyFileCollection:
GetFileCollectionSize("MyFileCollection")