QuickObjects.ObjectBase Send comments on this topic.
UseAllFieldsForSearch(Boolean,RecursionTypes) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class > UseAllFieldsForSearch Method : UseAllFieldsForSearch(Boolean,RecursionTypes) Method
use
recur

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

Syntax

C# 
public void UseAllFieldsForSearch( 
   bool use,
   ref RecursionTypes recur
)

Parameters

use
recur

Requirements

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

See Also