DocumentRepositorySaveEventSponsorData Method

Saves a physical file to a special subfolder containing per-event Sponsor documents.

Definition

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public NetForumId SaveEventSponsorData(
	NetForumId ownerId,
	NetForumId eventId,
	PhysicalFile fileShim
)

Parameters

ownerId  NetForumId
The id of the customer that owns the document
eventId  NetForumId
The id of the event the document is related to
fileShim  PhysicalFile
The file to save

Return Value

NetForumId
The id of the newly created document metadata

See Also