IList<OptionChoice> GetAvailableChoices( int productId, int targetOptionId, IDictionary<int,int> selectedChoices )
Parameters
- productId
- Id of the product
- targetOptionId
- Id of the option to check for choices
- selectedChoices
- An IDictionary<int, int> of option choices already selected. The dictionary key is the OptionId and the value is the OptionChoiceId.
Return Value
Collection of OptionChoice objects