Programmer's Guide > Interfaces > Acl interface > Execute method
  
Execute method
Executes a string as an ACL command. The return value varies depending on the interface.
Variable substitution in the expression string occurs on the ACL side of the AOM interface and not on the client side. You can include ACL variables in the expression string. However, do not include variables native to the client program.
Execute(command )
Parameters
Stringcommand
The ACL command to execute.
Returns
String. The result depends on the interface