API Reference / EmailFaqItemAPI ReferenceClass EmailFaqItemEdit on GitHubNamespace HtmlForgeX.EmailAssembly HtmlForgeX.EmailSource Components/Utility/EmailFaqList.cs:213Modifiers sealedQ&A entry for EmailFaqList.InheritanceObjectEmailFaqItemFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic EmailFaqItem() #Components/Utility/EmailFaqList.cs:213Inherited Methodspublic override Boolean Equals(Object obj) #Components/Text/EmailText.cs:101Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Components/Text/EmailText.Fluent.cs:14Returns: Int32Inherited from Objectpublic Type GetType() #Components/Text/EmailText.cs:72Returns: TypeInherited from Objectpublic override String ToString() #Components/Text/EmailText.cs:92Returns: StringInherited from ObjectPropertiespublic String Question { get; set; } #Components/Utility/EmailFaqList.cs:213Question text.public String Answer { get; set; } #Components/Utility/EmailFaqList.cs:216Answer text (plain text; new lines are rendered as line breaks).public String Href { get; set; } #Components/Utility/EmailFaqList.cs:219Optional link applied to the question (knowledge base, docs, etc.).