ExhibitorRegistrationBoothAssignments Property

List of booths that have been assigned for this exhibitor.

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<BoothAssignment> BoothAssignments { get; protected set; }

Property Value

IReadOnlyCollectionBoothAssignment

Remarks

Unlike the other information on ExhibitorRegistration, this collection is strictly read-only, as netFORUM itself limits direct manipulation of these assignments in iWeb.

See Also