DocumentRepositorySaveEventSponsorData Method
Saves a physical file to a special subfolder containing per-event Sponsor documents.
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public NetForumId SaveEventSponsorData(
NetForumId ownerId,
NetForumId eventId,
PhysicalFile fileShim
)
Public Function SaveEventSponsorData (
ownerId As NetForumId,
eventId As NetForumId,
fileShim As PhysicalFile
) As NetForumId
public:
virtual NetForumId^ SaveEventSponsorData(
NetForumId^ ownerId,
NetForumId^ eventId,
PhysicalFile^ fileShim
) sealed
abstract SaveEventSponsorData :
ownerId : NetForumId *
eventId : NetForumId *
fileShim : PhysicalFile -> NetForumId
override SaveEventSponsorData :
ownerId : NetForumId *
eventId : NetForumId *
fileShim : PhysicalFile -> NetForumId
- 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
NetForumIdThe id of the newly created document metadata