JAMS Developer Guide
Find(Int32) Method


MVPSI.JAMS Namespace > MenuAT Class > Find Method : Find(Int32) Method
Create and load a new MenuList from the current server.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal menuID As System.Integer _
) As System.Collections.Generic.ICollection(Of MenuAT)
'Usage
 
Dim menuID As System.Integer
Dim value As System.Collections.Generic.ICollection(Of MenuAT)
 
value = MenuAT.Find(menuID)
public static System.Collections.Generic.ICollection<MenuAT> Find( 
   System.int menuID
)

Parameters

menuID
Menu ID search specification. Wildcards are allowed.
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