JAMS Developer Guide
Find Method (AppMenu)


MVPSI.JAMS Namespace > AppMenu Class : Find Method
Loads the JAMS Application Menu for update. User preferences are not applied and access control lists are not evaluated. You must have "Configuration" access to call this method.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of AppMenu)
'Usage
 
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of AppMenu)
 
value = AppMenu.Find(js)
public static System.Collections.Generic.ICollection<AppMenu> Find( 
   Server js
)

Parameters

js
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

AppMenu Class
AppMenu Members