Click or drag to resize

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.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<BoothNumber> GetUnassignedBoothNumbers(
	Exhibition exhibition
)

Parameters

exhibition  Exhibition
The exhibition to return booth numbers for

Return Value

IReadOnlyCollectionBoothNumber
A list of the unassigned booth numbers for the exhibition

Implements

IExhibitorShoppingServiceGetUnassignedBoothNumbers(Exhibition)
See Also