Click or drag to resize

AttachmentTransferUpload_Attachment_File Method

Uploads a file to the Epic File Storage
Namespace:  ASI.TAM.API.Web.EpicSDK.Attachment
Assembly:  ASI.TAM.API.Web.EpicSDK (in ASI.TAM.API.Web.EpicSDK.dll) Version: 2021.1.0.1
Syntax
string Upload_Attachment_File(
	Stream FileDataStream
)

Parameters

FileDataStream
Type: System.IOStream
IO.Stream containing file data

Return Value

Type: String
A TicketID to be used when inserting attachments through SDK
Remarks
The ticket ID is used to populate the FileItem property of the Attachment object to be inserted, then call Insert_Attachment on that object which will create a new Epic attachment containing the file.
See Also