PersistentSettings.GetEnumValue Method

PersistentSettingsGetEnumValue Method

Overload List
  NameDescription
Public methodGetEnumValueT
Get a stored enum value.
Public methodGetEnumValueT(String)
Get a stored enum value using a custom key.
Public methodGetEnumValueT(T)
Get a stored enum value, or return default value if not found
Public methodGetEnumValueT(String, T)
Gets a stored enum value using a custom key, or return default value if not found.
Top
See Also