WorkspaceEnumeration()

Returns the value of the specified workspace value name of type enumeration on specified key. If workspace value or key does not exist, the specified default value is returned.

Syntax

WorkspaceEnumeration(name, key, default)
  • name: name of enumeration
  • key: enumeration key
  • default: default value

Example

WorkspaceEnumeration(“Fields”, “Field34”, 3)