SPWeb.IncludeSupportingFolders property

Gets or sets a Boolean value that specifies whether supporting folders for files or folders in the site are included in enumerations of files or folders.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IncludeSupportingFolders As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.IncludeSupportingFolders

instance.IncludeSupportingFolders = value
public bool IncludeSupportingFolders { get; set; }

Property value

Type: System.Boolean
true if supporting files are included in enumerations of files and folders.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace