ChildDocumentCreationTimeFileSystem Property

Document's file system creation 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.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public DateTime? CreationTimeFileSystem { 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