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.
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.