Class CompanyInfo
- Namespace
- Textkernel.Tx.Models.API.Formatter
- Assembly
- Textkernel.Tx.SDK.dll
Options for putting company/firm information on the formatted resume header.
public class CompanyInfo
- Inheritance
-
CompanyInfo
- Inherited Members
Properties
CandidateId
The candidate id for this resume to include in the resume header.
public string CandidateId { get; set; }
Property Value
CompanyName
The company name to include in the resume header.
public string CompanyName { get; set; }
Property Value
The contact email to include in the resume header.
public string Email { get; set; }
Property Value
Footer
Any information (such as confidentiality clause) to put in the resume footer.
public string Footer { get; set; }
Property Value
Logo
The company logo to include in the resume header.
public ResumeLogo Logo { get; set; }
Property Value
Phone
The contact phone to include in the resume header.
public string Phone { get; set; }
Property Value
Placement
Where to put the company info in the formatted resume document.
[JsonConverter(typeof(JsonStringEnumConverter))]
public CompanyInfoPlacement Placement { get; set; }