 |
AttachmentEditedDate Property |
This is the date the attachment was last edited.
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: 2021.1.0.1
Syntaxpublic Nullable<DateTime> EditedDate { get; set; }
Public Property EditedDate As Nullable(Of DateTime)
Get
Set
Dim instance As Attachment
Dim value As Nullable(Of DateTime)
value = instance.EditedDate
instance.EditedDate = value
Property Value
Type:
NullableDateTime
EditedDate As DateTime?.
Remarks This value can be seen from the list view on the attachment view screen in Epic.
Note |
---|
|
See Also