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 Function Syntax
GetFileCollectionSize(<name>)
Examples
The following Expression returns the size of file collection MyFileCollection:
GetFileCollectionSize Function Example
GetFileCollectionSize("MyFileCollection")