CategoryCustomText public class CategoryCustomText : CategoryElement Represents a custom text on a category. Documentation public int ArtifactID { get; set; } Gets or sets the artifact id of the custom text. public string Value { get; set; } Gets or sets the value of the custom text. public CategoryCustomText()