Click or drag to resize

ExhibitorRegistrationRepositoryLookupRegistrationsByOrganizationAndExhibition Method

Returns all exhibitor registrations for a given organization and exhibition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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