FileDataLastCheckedInTime Property

Gets the time when the file was last checked in.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "lastCheckedInTime", EmitDefaultValue = false)]
public DateTime? LastCheckedInTime { get; set; }

Property Value

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