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


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

Parameters

menu
Menu definition.
menuID
The Menu ID.
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