Click or drag to resize

AttachmentInactiveDate Property

This is the date the attachment was inactivated. Attachments are inactivated by deleting them.

Created in Epic SDK V4.1.

Namespace:  ASI.TAM.API.Data.UI.Attachment
Assembly:  ASI.TAM.API.Data.UI.Attachment (in ASI.TAM.API.Data.UI.Attachment.dll) Version: 2020.1.0.1
Syntax
public Nullable<DateTime> InactiveDate { get; set; }

Property Value

Type: NullableDateTime
InactiveDate As DateTime?.
Remarks

This value can be seen from the list view on the attachment view screen in Epic.

Note Note
  • Name - InactiveDate
See Also