SPFolderHierarchy constructor (SPList, String, Boolean)
Initializes a new instance of a SPFolderHierarchy object.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
list As SPList, _
strViewFields As String, _
fViewFieldsOnly As Boolean _
)
'Usage
Dim list As SPList
Dim strViewFields As String
Dim fViewFieldsOnly As Boolean
Dim instance As New SPFolderHierarchy(list, strViewFields, _
fViewFieldsOnly)
public SPFolderHierarchy(
SPList list,
string strViewFields,
bool fViewFieldsOnly
)
Parameters
list
Type: Microsoft.SharePoint.SPListSPList.
strViewFields
Type: System.StringThe view fields to return.
fViewFieldsOnly
Type: System.BooleanIf 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.
Document sets are not included in the collection.