Home > @tridion-sites/models > BinaryContent > filename
File name of the binary content.
If the binary content is stored externally, the value reflects the logical file name of the binary data (determined by the CM system).
If the binary content is stored internally, the value should be set to the original file name (not the full path).
For backward compatibility purposes, it is allowed to set this property to the external binary URI. This will effectively set the “externalBinaryUri” property instead.
Signature:
get filename(): string | undefined;