public static string GetLegend(IFileControls that) => that.Value <string>("legend");
 public static global::System.Collections.Generic.IEnumerable <global::Umbraco.Core.Models.PublishedContent.IPublishedContent> GetDocuments(IFileControls that) => that.Value <global::System.Collections.Generic.IEnumerable <global::Umbraco.Core.Models.PublishedContent.IPublishedContent> >("documents");