Click or drag to resize

FileDetailItem Class

Represents a file for an attachment.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.AttachmentFileDetailItem
Namespace:  ASI.TAM.API.Data.UI.Attachment
Assembly:  ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2021.1.0.1
Syntax
public sealed class FileDetailItem

The FileDetailItem type exposes the following members.

Properties
  NameDescription
Public propertyExtension
Extension of the file.

Created in Epic SDK V4.1.

Sometimes Required

Public propertyFileName
Name of the file.

Created in Epic SDK V4.1.

Sometimes Required

Public propertyLength
Number of bytes in the file.

Created in Epic SDK V4.1.

Sometimes Required

Public propertyTicketName
ID used to uniquely identify a file on the EPIC file server.

Created in Epic SDK V4.1.

Sometimes Required

Top
Remarks