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.
Namespace: OpenDiscoverSDK.Interfaces.ContentAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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