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 the collection of subfolders contained within the folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute(Name := "Folders")> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
Public ReadOnly Property SubFolders As SPFolderCollection
Get
'Usage
Dim instance As SPFolder
Dim value As SPFolderCollection
value = instance.SubFolders
[ClientCallableAttribute(Name = "Folders")]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
public SPFolderCollection SubFolders { get; }
Property Value
Type: Microsoft.SharePoint.SPFolderCollection
An SPFolderCollection object that represents the subfolders.