ExhibitorShoppingServiceGetUnassignedBoothNumbers Method
Retrieves the currently unassigned booth numbers. This method excludes booth numbers based on non-cancelled booth assignments.
Booth number preferences expressed by exhibitors are not considered assigned.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public IReadOnlyCollection<BoothNumber> GetUnassignedBoothNumbers(
Exhibition exhibition
)
Public Function GetUnassignedBoothNumbers (
exhibition As Exhibition
) As IReadOnlyCollection(Of BoothNumber)
public:
virtual IReadOnlyCollection<BoothNumber^>^ GetUnassignedBoothNumbers(
Exhibition^ exhibition
) sealed
abstract GetUnassignedBoothNumbers :
exhibition : Exhibition -> IReadOnlyCollection<BoothNumber>
override GetUnassignedBoothNumbers :
exhibition : Exhibition -> IReadOnlyCollection<BoothNumber>
- exhibition Exhibition
- The exhibition to return booth numbers for
IReadOnlyCollectionBoothNumberA list of the unassigned booth numbers for the exhibition
IExhibitorShoppingServiceGetUnassignedBoothNumbers(Exhibition)