This topic has not yet been rated - Rate this topic

SPFile.CheckedOutDate property

Gets the date and time that the file was checked out.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public DateTime CheckedOutDate { get; }

Property value

Type: System.DateTime
A DateTime object that specifies when the file was checked out in Coordinated Universal Time (Greenwich Mean Time).

The CheckedOutDate property throws an exception if the CheckOutType property contains SPCheckOutType.None.

A locked document is always checked out.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.