JAMS Developer Guide
Update Method (AppMenu)


MVPSI.JAMS Namespace > AppMenu Class : Update Method
Update an App Menu on a specified server from an App Menu collection
Syntax
'Declaration
 
Public Shared Sub Update( _
   ByVal appMenu As System.Collections.Generic.ICollection(Of AppMenu), _
   ByVal js As Server _
) 
'Usage
 
Dim appMenu As System.Collections.Generic.ICollection(Of AppMenu)
Dim js As Server
 
AppMenu.Update(appMenu, js)
public static void Update( 
   System.Collections.Generic.ICollection<AppMenu> appMenu,
   Server js
)

Parameters

appMenu
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