JAMS Developer Guide
Load(Int32,Int32) Method


MVPSI.JAMS Namespace > MenuAT Class > Load Method : Load(Int32,Int32) Method
Menu Audit Trail Version.
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 _
) As Menu
'Usage
 
Dim menuID As System.Integer
Dim version As System.Integer
Dim value As Menu
 
value = MenuAT.Load(menuID, version)
public static Menu Load( 
   System.int menuID,
   System.int version
)

Parameters

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