DMFStagingWriter::validatefileAttributePath Method [AX 2012]

Validates the file path.

server public static boolean validatefileAttributePath(
    DMFFileType _fileType, 
    FilePath _filePath, 
    FilePath _fileLocation)

Run On

Server

Parameters

_fileType
Type: DMFFileType Enumeration
Type of file.
_filePath
Type: FilePath Extended Data Type
File path.
_fileLocation
Type: FilePath Extended Data Type
File location.

Return Value

Type: boolean
Retuns the flag if the file is valid or not.
Show: