Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.