OnlinePhotoShop.ShoppingItem.ShoppingItem Function
Constructor.

Public void ShoppingItem (string, string, int, string, string)
  Type Name Description  
    string product Product identifier.  
    string option Option identifier.  
    int quantity Ordered quantity of this item.  
    string clientPath Path of the associated image on the client.  
    string serverPath Path of the uploaded image.  
  Return Description  
    void    
Other overloads:
OnlinePhotoShop.ShoppingItem.#ctor(SerializationInfo,StreamingContext)