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


MVPSI.JAMS Namespace > MenuAT Class > Load Method : Load(Int32,Int32,Server) Method
The JAMS Server to load from.
Load the Menu with a matching ID or name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal menuID As System.Integer, _
   ByVal version As System.Integer, _
   ByVal js As Server _
) As Menu
'Usage
 
Dim menuID As System.Integer
Dim version As System.Integer
Dim js As Server
Dim value As Menu
 
value = MenuAT.Load(menuID, version, js)
public static Menu Load( 
   System.int menuID,
   System.int version,
   Server js
)

Parameters

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

MenuAT Class
MenuAT Members
Overload List