Click or drag to resize

AbstractSubmissionServiceSubmitAbstractForEvent Method

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

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