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

EnumEOL Enum

Description

The EnumEOL enumeration indicates which EOL is used.

It is used with the following methods:

Interface Method

SAWHSDK

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

Constants
Name Value Description
enumEOLNative 0

Keeps the original EOL terminator(s).

enumEOLWindowCRLF 1

EOL= '\n' + '\r'

enumEOLUnixCR 2 EOL= '\n'
enumEOLMacLF 3 EOL= '\r'