ScopeFolder.AddToSearchFolders Method

Definition

Adds a ScopeFolder object the SearchFolders collection.

public:
 void AddToSearchFolders();
public void AddToSearchFolders ();
abstract member AddToSearchFolders : unit -> unit
Public Sub AddToSearchFolders ()

Remarks

Although you can use the SearchFolders collection's Add(ScopeFolder) 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.

Applies to