WebActionMenuFunction.runCalled 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.
Overloads
runCalled(String) | |
runCalled(String, xArgs) |
runCalled(String)
public:
static void runCalled(System::String ^ text1);
public static void runCalled (string text1);
static member runCalled : string -> unit
Public Shared Sub runCalled (text1 As String)
Parameters
- text1
- String
Applies to
runCalled(String, xArgs)
public:
static void runCalled(System::String ^ _name, Dynamics::AX::Application::xArgs ^ _args);
public static void runCalled (string _name, Dynamics.AX.Application.xArgs _args);
static member runCalled : string * Dynamics.AX.Application.xArgs -> unit
Public Shared Sub runCalled (_name As String, _args As xArgs)
Parameters
- _name
- String
- _args
- xArgs