ISolutionSearchOptions.SearchExternalItems Property
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.
Gets whether or not the content of external items should be searched. If true, search results from within external items should be returned. If false, no external items searches should occur.
public:
property bool SearchExternalItems { bool get(); };
public:
property bool SearchExternalItems { bool get(); };
public bool SearchExternalItems { get; }
member this.SearchExternalItems : bool
Public ReadOnly Property SearchExternalItems As Boolean
Property Value
If true, search results from within external items should be returned. If false, no external items searches should occur.