EventSponsorshipFeePreviews Property

An undifferentiated list of the available sponsorship fees for this event.

Definition

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

Property Value

IReadOnlyCollectionEventSponsorshipFeePreview

Remarks

The fees in this collection are for "preview" purposes only, and can not be used to actually purchase event sponsorships. For event sponsorship purchases, retrieve the list of available options filtered using netFORUM price control rules as returned by GetSponsorshipOptions(EventSponsorshipApplication, INetForumShoppingCart).

See Also