Share via


ScopeFolder.AddToSearchFolders Method (Office)

Adds a ScopeFolder object to the SearchFolders collection.

Syntax

expression .AddToSearchFolders

expression A variable that represents a ScopeFolder object.

Remarks

Although you can use the SearchFolders collection's Add method to add a ScopeFolder object to the SearchFolders collection, it is usually simpler to use the AddToSearchFolders method of the ScopeFolder object that you want to add, because there is only one SearchFolders collection for all searches.

Example

The following example adds the root ScopeFolder object to the SearchFolders collection. For a longer example that uses the AddToSearchFolders method, see the SearchFolders collection topic.

SearchScopes(1).ScopeFolder.AddToSearchFolders

See Also

Concepts

ScopeFolder Object

ScopeFolder Object Members