JAMS Developer Guide
MenuDetail Constructor(Int32,Boolean,Boolean,Boolean,Int32,String,Int32)


MVPSI.JAMS Namespace > MenuDetail Class > MenuDetail Constructor : MenuDetail Constructor(Int32,Boolean,Boolean,Boolean,Int32,String,Int32)
Gets the menu detail values
Syntax
'Declaration
 
Public Function New( _
   ByVal menuId As System.Integer, _
   ByVal includeFolders As System.Boolean, _
   ByVal includeJobs As System.Boolean, _
   ByVal includeMenus As System.Boolean, _
   ByVal folderId As System.Integer, _
   ByVal theName As System.String, _
   ByVal sequence As System.Integer _
)
'Usage
 
Dim menuId As System.Integer
Dim includeFolders As System.Boolean
Dim includeJobs As System.Boolean
Dim includeMenus As System.Boolean
Dim folderId As System.Integer
Dim theName As System.String
Dim sequence As System.Integer
 
Dim instance As New MenuDetail(menuId, includeFolders, includeJobs, includeMenus, folderId, theName, sequence)
public MenuDetail( 
   System.int menuId,
   System.bool includeFolders,
   System.bool includeJobs,
   System.bool includeMenus,
   System.int folderId,
   System.string theName,
   System.int sequence
)

Parameters

menuId
includeFolders
includeJobs
includeMenus
folderId
theName
sequence
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

MenuDetail Class
MenuDetail Members
Overload List