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.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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