Archive.unarchiveEnumLong

Unarchives the value associated with the given key as a bool.

This method is used when the unarchiving a enum value with the base type bool.

  1. long unarchiveEnumLong(string key)
    interface Archive
    long
    unarchiveEnumLong
    (
    string key
    )
  2. long unarchiveEnumLong(Id id)

Parameters

key string

the key associated with the value

Return Value

Type: long

the unarchived value

Meta