USDCoreScriptingObject.ExecuteAction(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ExecuteAction(System::String ^ actionAppName, System::String ^ actionName, System::String ^ actionDataJson);
public void ExecuteAction (string actionAppName, string actionName, string actionDataJson);
member this.ExecuteAction : string * string * string -> unit
Public Sub ExecuteAction (actionAppName As String, actionName As String, actionDataJson As String)
Parameters
- actionAppName
- String
- actionName
- String
- actionDataJson
- String