QuickObjects.ObjectBase Send comments on this topic.
UseAllFieldsForSearch Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : UseAllFieldsForSearch Method

UseAllFieldsForSearch

Resets all the field's UseInSearch properties with the passed in value of use parameter. No joined objects are affected.

Parameters:
Description
use

Overload List

OverloadDescription
UseAllFieldsForSearch(Boolean)UseAllFieldsForSearch

Resets all the field's UseInSearch properties with the passed in value of use parameter. No joined objects are affected.

Parameters:
Description
use
 

UseAllFieldsForSearch(Boolean,RecursionTypes)UseAllFieldsForSearch

Resets all the field's UseInSearch properties with the passed in value of use parameter. Depending on the value of passed in RecursionTypes the joined objects will also be reset.

Parameters:
Description
use
recur
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also