Click or drag to resize

ChildDocumentLastAccessTimeFileSystem Property

Document's file system last access 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? LastAccessTimeFileSystem { get; set; }

Property Value

NullableDateTime
Remarks
Some archive containers formats (not all) are the formats that store child document last access time.
See Also