LevelsOfSearch Property
Gets or sets option Levels of Search.
Provides the levels of search that need to be performed on the given navigation path.
Syntax
'Declaration <ObsoleteAttribute("LevelsOfSearch enumeration is no longer in use from SP2020R2-SP1 onwards. Please use SearchLevelOption enumeration instead.")> Public Property LevelsOfSearch As LevelsOfSearch
'Usage Dim instance As FilterOptions Dim value As LevelsOfSearch instance.LevelsOfSearch = value value = instance.LevelsOfSearch
[Obsolete("LevelsOfSearch enumeration is no longer in use from SP2020R2-SP1 onwards. Please use SearchLevelOption enumeration instead.")] public LevelsOfSearch LevelsOfSearch {get; set;}
[Obsolete("LevelsOfSearch enumeration is no longer in use from SP2020R2-SP1 onwards. Please use SearchLevelOption enumeration instead.")] public: property LevelsOfSearch LevelsOfSearch { LevelsOfSearch get(); void set ( LevelsOfSearch value); }
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also