Click or drag to resize
UpdateInformationTranslatedSimpleSummaryHtml Property
Gets any available localized translations of the html summary text for this update.

Property Value

Type: DictionaryString, String
A dictionary of any available localized translations of the html summary text for this update.
Remarks
If no alternate translations were provided, this dictionary will be empty. Default is en-us.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public Dictionary<string, string> TranslatedSimpleSummaryHtml { get; }

Property Value

Type: DictionaryString, String
See Also