AbstractSubmissionServiceSubmitAbstractForSession Method

Submits an abstract for a given Session, 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 SubmitAbstractForSession(
	AbstractApplication application,
	Session callForPapersSession
)

Parameters

application  AbstractApplication
The abstract and metadata to submit
callForPapersSession  Session
A session that is currently in the "Call For Papers" phase

Return Value

NetForumId
The id of the submitted abstract

See Also