SPFolderHierarchy.IncludeDocsets Property

Gets whether the hierarchy of folders includes document sets.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public ReadOnly Property IncludeDocsets As Boolean
    Get
'Usage
Dim instance As SPFolderHierarchy
Dim value As Boolean

value = instance.IncludeDocsets
public bool IncludeDocsets { get; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

If the ThrottleMode() property is true, this property is ignored.

If true, then all folders are included, otherwise document sets and any items of a content type that are derived from the document set content type are excluded.

See Also

Reference

SPFolderHierarchy Class

SPFolderHierarchy Members

Microsoft.Office.Server.Utilities Namespace