Click or drag to resize

ChildDocumentLastModifiedTimeFileSystem Property

Document's file system last modified time. If this value is not set for the child (embedded/contained) document then the value could not be retrieved from the parent container document.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public DateTime? LastModifiedTimeFileSystem { get; set; }

Property Value

NullableDateTime
Remarks
Some archive containers formats (not all), Outlook .msg attachments, TNEF attachments, and DXL attachments are the formats that store child document creation time.
See Also