Click or drag to resize

ExhibitorRegistrationBoothAssignments Property

List of booths that have been assigned for this exhibitor.

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