online source control
back to content
sign up free version control plan

EnumSetLocalFileTime Enum

Description

The EnumSetLocalFileTime enumeration indicates how to set the date/time of the local file.

It is used with the following methods:

Interface Method
SAWHSDK AddFiles
AddFolder

CheckInFiles
CheckInProject
CheckoutFiles
CheckoutProject
GetLatestFiles
GetLatestProject
GetLatestProjects
GetOldVersionProjectByVersion
GetOldVersionProjectByLabel
GetOldVersionFileByVersion
GetOldVersionFileByLabel
IsFileSameAsOnServer
UndoCheckoutFiles
UndoCheckoutProject

Constants

Name Value Description
enumCurrentFileTime 0

Sets the local file time to current time of the system.

enumModificationFileTime

1

Sets the local file time to modification time of the file.

enumCheckinTime

2

Sets the local file time to check-in time of the file.