Click or drag to resize

DocumentRepositorySaveExhibitSponsorData Method

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

Namespace: Ignition.DocumentManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public NetForumId SaveExhibitSponsorData(
	NetForumId ownerId,
	NetForumId exhibitId,
	PhysicalFile fileShim
)

Parameters

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

Return Value

NetForumId
The id of the newly created document metadata
See Also