Open this page in the API Guide

FileData.LastCheckedInTime 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "lastCheckedInTime", EmitDefaultValue = false)]
public DateTime? LastCheckedInTime { get; set; }

Property Value

Type: Nullable<DateTime>
The time when the file was last checked in, or null if it has never been checked in.
See Also