Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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';
}