public static bool GetDoNotShowDate(IUFlistingSettings that) => that.Value <bool>("doNotShowDate");
public static bool GetDoNotShowSummary(IUFlistingSettings that) => that.Value <bool>("doNotShowSummary");
public static string GetButtonLinkText(IUFlistingSettings that) => that.Value <string>("buttonLinkText");
public static bool GetDoNotShowImages(IUFlistingSettings that) => that.Value <bool>("doNotShowImages");