FileLastCheckedInTime Property

Gets the time when the file was last checked in.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DateTime? LastCheckedInTime { get; }

Property Value

Type: NullableDateTime
The time when the file was last checked in, or if it has never been checked in.
See Also