Table of Contents

Class WorkHistoryOptions

Namespace
Textkernel.Tx.Models.API.Formatter
Assembly
Textkernel.Tx.SDK.dll

Options to include/exclude certain data from the work history section of the resume.

public class WorkHistoryOptions
Inheritance
WorkHistoryOptions
Inherited Members

Properties

EmployerNames

Option for showing/redacting company names

[JsonConverter(typeof(JsonStringEnumConverter))]
public EmployerNameOptions EmployerNames { get; set; }

Property Value

EmployerNameOptions

MaxYearsOfWorkHistory

Hides any positions from the original resume that ended longer than N years ago. This only applies in the case that NumPositions.Minimum has been met. The default for this value is 10 years.

public int MaxYearsOfWorkHistory { get; set; }

Property Value

int

NumPositions

The min/max number of positions/jobs to show.

public IntegerRange NumPositions { get; set; }

Property Value

IntegerRange