Click or drag to resize

EventSponsorshipFeePreviews Property

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

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