JAMS Developer Guide
Update(String) Method


MVPSI.JAMS Namespace > Menu Class > Update Method : Update(String) Method
Save pending updates.
Syntax
'Declaration
 
Public Overloads Sub Update( _
   Optional ByVal changeComment As System.String _
) 
'Usage
 
Dim instance As Menu
Dim changeComment As System.String
 
instance.Update(changeComment)
public void Update( 
   System.string changeComment
)

Parameters

changeComment
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

Menu Class
Menu Members
Overload List