WebFolder.Folders Property
SharePoint Designer Developer Reference |
Returns a WebFolders collection that represents the child folders contained in the specified folder.
Syntax
expression.Folders
expression Required. A variable that represents a WebFolder object.
Remarks
The Folders property returns the WebFolders collection for the specified Web site. To access the collection, you declare a variable of type WebFolders (for example, Dim myFolders As WebFolders
), and then set the variable to Web.RootFolder.Folders
.
See Also