FullTextSearchList.SearchArea
Usage:
Description:
Contains metadata array describing which metadata it is necessary to search through. For example: FilterArray = New Array(); FilterArray.Add(Metadata.Catalogs.Articles); FilterArray.Add(Metadata.Documents.Check); SearchList.SearchArea = FilterArray;
The search area can contain main objects of configuration. Subordinate objects (for example, tabular sections, attributes) can't be a part of the search area.
Availability: