Programming with Reflection
NewHotlist method
Syntax object.NewHotlist Name, Options
Creates a new hotlist with no items. Use the AddHotlistItem method to add items to a hotlist.
Name Argument type: String
Specifies a name for the hotlist. If a hotlist with this name already exists, this method returns an error.
Options Argument type: Enumeration
This argument is no longer used. Use rcNoOptions.
rcNoOptions
No options are specified.
rcSort
This argument is no longer supported. (Version 11.0 and later.)