Share via


WebFolder.AllFiles Property

SharePoint Designer Developer Reference

Returns a WebFiles collection that represents all files in the specified Web site.

Syntax

expression.AllFiles

expression   Required. A variable that represents a WebFolder object.

Remarks

The WebFiles collection returns all files in the collection regardless of their positions in the Web site hierarchy.

See Also