Click or drag to resize

DocumentLastAccessTimeFileSystem Property

File system last access time (UTC) of the document.

Namespace: OpenDiscoverSDK.Interfaces.Platform
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
If this value is not set for a document that is a child of another document then the value could not be retrieved from the parent container document.
See Also