GetFileCollectionSize
  • 04 May 2024
  • 1 Minute to read
  • Dark
    Light

GetFileCollectionSize

  • Dark
    Light

Article summary

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")


Was this article helpful?