ScopeFolder.AddToSearchFolders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.