v1.5
Imports an action file as an action. The action is then applied to the component.
This command supports downloading files off the internet. If the filename specified
is a URL then the file will be downloaded locally before the command is executed.
ImportActionAndApply( Model, [FileName] ); |
Parameter | Type | Description |
---|---|---|
Model | String or Model | Model to import the action to. |
FileName | String |
Full path to the file to import. Default Value: User is prompted to select a file |