Click or drag to resize
DocumentAttachmentAttachmentLastModified Property
Gets the date and time when the attachment or attachment version was last modified.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public DateTime AttachmentLastModified { get; set; }

Property Value

Type: DateTime

Implements

IAttachmentAttachmentLastModified
See Also