Click or drag to resize

NotLike Constructor (Field, ListTextFilter)

Initializes a new instance of the NotLike class

Namespace:  SoftGear.Strix.Client.Core.Model.Manager.Filter
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public NotLike(
	Field field,
	List<TextFilter> textFilters
)

Parameters

field
Type: SoftGear.Strix.Client.Core.Model.Manager.FilterField
textFilters
Type: System.Collections.GenericListTextFilter
See Also