SearchLimit property

For IERUSiteSearch, sets or returns the maximum number of items returned by the search. Set this property to 0 to signify no limit.

For IERUSiteSettings, returns but does not set the maximum number of items in search results displayed by the user interface. Set this property to 0 to signify no limit.

Syntax


C++

HRESULT get_SearchLimit(LONG* pRetVal)

HRESULT put_SearchLimit(LONG MyRetVal)

Scripting languages

SearchLimit = Object.SearchLimit

Object.SearchLimit = SearchLimit

Home

Applies to

IERUSiteSearch

IERUSiteSettings