AbstractSubmissionServiceSubmitAbstractForEvent Method

Submits an abstract for a given Event, uploading the abstract document and creating the appropriate NetFORUM metadata

Definition

Namespace: Ignition.Events.Abstracts
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public NetForumId SubmitAbstractForEvent(
	AbstractApplication application,
	Event callForPapersEvent
)

Parameters

application  AbstractApplication
The abstract and metadata to submit
callForPapersEvent  Event
A event that is currently in the "Call For Papers" phase

Return Value

NetForumId
The id of the submitted abstract

See Also