Group
Show / Hide Table of Contents

Class MetadataOptions

Options to show/hide metadata on the generated resume.

Inheritance
System.Object
MetadataOptions
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 MetadataOptions

Properties

| Improve this Doc View Source

HideCandidateSummary

Whether to hide the candidate summary in the generated resume.

Declaration
public bool HideCandidateSummary { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

HideTopSkills

Whether to hide the 'Top Skills' tree in the generated resume.

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