Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.07 KB

fileupload-filename-method.md

File metadata and controls

40 lines (34 loc) · 1.07 KB
title description ms.author ms.date ms.topic author ms.reviewer
FileUpload.FileName() Method
Gets the file name.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

FileUpload.FileName() Method

Version: Available or changed with runtime version 13.0.

Gets the file name.

Syntax

FileName :=   FileUpload.FileName()

Note

This method can be invoked using property access syntax.

Parameters

FileUpload
 Type: FileUpload
An instance of the FileUpload data type.

Return Value

FileName
 Type: Text
The name of the file.

See Also

FileUpload Data Type
Getting Started with AL
Developing Extensions