Skip to content
Garrett Serack edited this page May 1, 2014 · 1 revision

OptionType enumeration

publicenumOptionType{String=0,StringArray=1,Int=2,Switch=3,Path=4,Uri=5}

A Dynamic Option can specify the expected type of value

ValuePurpose
Stringa string
StringArrayand array of strings
Intan integer
Switcha boolean switch (when presented, the value will be true)
Patha file path
Urian URI

Clone this wiki locally