Click or drag to resize

AppStringDownloadType Enumeration

Used for downloading languagepack changesets in AppstrLst.aspx

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum AppStringDownloadType
Members
  Member nameValueDescription
All0 All Appstrings
Empty1 Only Appstrings with no value for a specific language
NonEmpty2 Only Appstrings having a value for a specific language
See Also