Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class PreviewFaqEntry : Carrier
public PreviewFaqEntry()
[JsonIgnore] public KbAccessLevel? AccessLevel { get; set; }
[JsonProperty("AccessLevel")] public string AccessLevel_String { get; set; }
public virtual string Answer { get; set; }
public virtual string Question { get; set; }
public virtual string RegisteredByFullName { get; set; }
public virtual string Title { get; set; }
public virtual DateTime Updated { get; set; }
Was this page helpful?