Share via


WebFolder.AllFolders Property

SharePoint Designer Developer Reference

Returns a WebFolders collection that represents all folders in the current Web site.

Syntax

expression.AllFolders

expression   Required. A variable that represents a WebFolder object.

Remarks

The WebFolders collection returns all folders in the collection regardless of their position in the Web site hierarchy.

See Also