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
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
NumPositions
The min/max number of positions/jobs to show.
public IntegerRange NumPositions { get; set; }