Table of Contents

Class JobTitleFilter

Namespace
Textkernel.Tx.Models.API.Matching.Request
Assembly
Textkernel.Tx.SDK.dll

Criteria for filtering on a specific job title

public class JobTitleFilter
Inheritance
JobTitleFilter
Inherited Members

Properties

IsCurrent

Whether or not the job title must be a current job title

public bool IsCurrent { get; set; }

Property Value

bool

Title

The name of the Job Title. Supports (*, ?) wildcard characters after the third character in the term as defined in https://developer.textkernel.com/tx-platform/v10/ai-matching/overview/querying/#ai-filtering-special-operators

public string Title { get; set; }

Property Value

string