OnlinePhotoShop.ProductParser.OptionDetails Function
Queries all information of a given product option from a product catalog.

Public System.Collections.Hashtable OptionDetails (string, string)
  Type Name Description  
    string product Product identifier who's option is specified.  
    string option Option identifier who's properties will be returned.  
  Return Description  
    System.Collections.Hashtable Hashtable of the option's properties. The keys in the Hashtable refer to the tag names and the values to the text stored within the tag. The returned Hashtable also contains the option tag attributes name and price.