This topic has not yet been rated - Rate this topic

SPFolder.SubFolders Property

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
[ClientCallableAttribute(Name = "Folders")]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
public SPFolderCollection SubFolders { get; }

Property Value

Type: Microsoft.SharePoint.SPFolderCollection
An SPFolderCollection object that represents the subfolders.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.