IWindowSearchAddFields Method

Adds the indicated field names to the search field list.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void AddFields(
	List<string> fields
)

Parameters

fields  ListString
List of fields to add.

See Also