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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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