SPFolderHierarchy Constructor (SPList, Boolean, String, Boolean)
Initializes a new instance of a collection of all folders in the list.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
list As SPList, _
fIncludeDocsets As Boolean, _
strViewFields As String, _
fViewFieldsOnly As Boolean _
)
'Usage
Dim list As SPList
Dim fIncludeDocsets As Boolean
Dim strViewFields As String
Dim fViewFieldsOnly As Boolean
Dim instance As New SPFolderHierarchy(list, fIncludeDocsets, _
strViewFields, fViewFieldsOnly)
public SPFolderHierarchy(
SPList list,
bool fIncludeDocsets,
string strViewFields,
bool fViewFieldsOnly
)
Parameters
- list
Type: Microsoft.SharePoint.SPList
SPList.
- fIncludeDocsets
Type: System.Boolean
If true, document sets are included in the collection. Otherwise, false.
- strViewFields
Type: System.String
The view fields to return.
- fViewFieldsOnly
Type: System.Boolean
If true, only strViewFields are returned; otherwise, all fields are returned and are subject to SPQuery query limits.
Remarks
The list.RootFolder is not included in the collection.