ExhibitorRegistrationRepositoryLookupRegistrationsByOrganizationAndExhibition Method

Returns all exhibitor registrations for a given organization and exhibition

Definition

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

Parameters

organization  IOrganizationIdentity
The organization whose registrations to retrieve
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