ExhibitorRegistrationRepositoryLookupRegistrationsByExhibition Method

Returns all exhibitor registrations for a given exhibition

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReadOnlyCollection<ExhibitorRegistration> LookupRegistrationsByExhibition(
	Exhibition exhibition
)

Parameters

exhibition  Exhibition
The exhibition at which the organization is registered

Return Value

IReadOnlyCollectionExhibitorRegistration
The requested registrations

Remarks

This method will not return cancelled registrations

See Also