This documentation is archived and is not being maintained.
Type.registerEnum Method (Microsoft Ajax)
Registers an enumeration.
public function registerEnum(
name : String,
flags : Boolean
)
|
Parameter
|
Description
|
|
name
|
The fully-qualified name of the enumeration.
|
|
flags
|
(Optional) true if the enumeration is a collection of flags; otherwise, false.
|