OnlinePhotoShop.ProductParser.OptionList Function
Queries all options of a given product from a product catalog.

Public System.Collections.SortedList OptionList (string)
  Type Name Description  
    string product Product identifier who's available options will be returned.  
  Return Description  
    System.Collections.SortedList SortedList of product options. Each entries Key field refers to the option identifier and the Value field refers to the option name plus price.