AifUtil::isXMLFile Method [AX 2012]

Indicates whether the file name is an XML file.

client server public static boolean isXMLFile(Filename _filename)

Run On

Called

Parameters

_filename
Type: Filename Extended Data Type
The name of the file

Return Value

Type: boolean
true if the file is an XML file; otherwise, false.

XML and XSD are valid file types.

Show: