JAMS Developer Guide
Load(Menu,String,Server) Method


MVPSI.JAMS Namespace > Menu Class > Load Method : Load(Menu,String,Server) Method
The JAMS Server to load from.
Load the Menu with the specified name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef menu As Menu, _
   ByVal menuName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim menu As Menu
Dim menuName As System.String
Dim js As Server
 
Menu.Load(menu, menuName, js)
public static void Load( 
   out Menu menu,
   System.string menuName,
   Server js
)

Parameters

menu
Menu definition.
menuName
The Menu Name.
js
The JAMS Server to load from.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Menu Class
Menu Members
Overload List