Share via


SysFileDeployer::filesToDeploy Method [AX 2012]

Returns a container with all the class IDs of classes that extend the SysFileDeployment class. These classes will each represent a file to be deployed.

Syntax

client private static container filesToDeploy()

Run On

Client

Return Value

Type: container
A container with all the class IDs of classes that extend the SysFileDeployment class.

Remarks

The method is implemented in this manner for performance reasons. The alternative is to loop over all classes to automatically find the ones that are extending the SysFileDeployment class.

See Also

SysFileDeployer Class

SysFileDeployment Class