enumerations

Returns the table which contains the list of enumerations defined in this schema.


            enumerations
            
         

Remarks

Example:
var schema = application.getSchema("nms:delivery")
for each(var e in schema.enumerations)
{
  logInfo(e.name)
}

Features

Property of class: Schema

Read only:

Yes

Available in:

  • Content management
  • Delivery properties
  • Typology rule
  • JSSP
  • SOAP Method
  • WebApp
  • Workflow