Share via


SysFileDeployment.filename Method [AX 2012]

Must be overridden to return the name of the file to deploy.

Syntax

public abstract Filename filename()

Run On

Called

Examples

public Filename filename()  
{ 
    return 'myFile.ext';  
} 

See Also

SysFileDeployment Class

SysFileDeployment.sourcePath Method

SysFileDeployment.destinationPath Method