Group
Show / Hide Table of Contents

Class WorkHistoryOptions

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

Inheritance
System.Object
WorkHistoryOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Formatter
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class WorkHistoryOptions

Properties

| Improve this Doc View Source

EmployerNames

Option for showing/redacting company names

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public EmployerNameOptions EmployerNames { get; set; }
Property Value
Type Description
EmployerNameOptions
| Improve this Doc View Source

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.

Declaration
public int MaxYearsOfWorkHistory { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NumPositions

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

Declaration
public IntegerRange NumPositions { get; set; }
Property Value
Type Description
IntegerRange
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾