Share via


xMenuFunction.runServer Method

Definition

Overloads

runServer(String, MenuItemType, Boolean, xArgs)
runServer(String, MenuItemType, Boolean)
runServer(String, MenuItemType)

runServer(String, MenuItemType, Boolean, xArgs)

public:
 static void runServer(System::String ^ _Name, Dynamics::AX::Application::MenuItemType _type, bool _setContextMenu, Dynamics::AX::Application::xArgs ^ _args);
public static void runServer (string _Name, Dynamics.AX.Application.MenuItemType _type, bool _setContextMenu, Dynamics.AX.Application.xArgs _args);
static member runServer : string * Dynamics.AX.Application.MenuItemType * bool * Dynamics.AX.Application.xArgs -> unit
Public Shared Sub runServer (_Name As String, _type As MenuItemType, _setContextMenu As Boolean, _args As xArgs)

Parameters

_Name
String
_type
MenuItemType
_setContextMenu
Boolean
_args
xArgs

Applies to

runServer(String, MenuItemType, Boolean)

public:
 static void runServer(System::String ^ text1, Dynamics::AX::Application::MenuItemType type1, bool flag1);
public static void runServer (string text1, Dynamics.AX.Application.MenuItemType type1, bool flag1);
static member runServer : string * Dynamics.AX.Application.MenuItemType * bool -> unit
Public Shared Sub runServer (text1 As String, type1 As MenuItemType, flag1 As Boolean)

Parameters

text1
String
type1
MenuItemType
flag1
Boolean

Applies to

runServer(String, MenuItemType)

public:
 static void runServer(System::String ^ text1, Dynamics::AX::Application::MenuItemType type1);
public static void runServer (string text1, Dynamics.AX.Application.MenuItemType type1);
static member runServer : string * Dynamics.AX.Application.MenuItemType -> unit
Public Shared Sub runServer (text1 As String, type1 As MenuItemType)

Parameters

text1
String
type1
MenuItemType

Applies to