JAMS Developer Guide
IncludeFolders Property


MVPSI.JAMS Namespace > MenuDetail Class : IncludeFolders Property
Gets or sets the IncludeFolders property. If true, Folders which match the selection criteria will be included in the menu. If false, Folders will not be included.
Syntax
'Declaration
 
Public Property IncludeFolders As System.Boolean
'Usage
 
Dim instance As MenuDetail
Dim value As System.Boolean
 
instance.IncludeFolders = value
 
value = instance.IncludeFolders
public System.bool IncludeFolders {get; set;}
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