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

Enum_EOL Enum

Description

Indicates which EOL (End of Line) is used.

It is used with the following methods.

Interface Method
ISAWHAppObject CheckInFiles()
CheckInProject()
CheckoutFiles()
CheckoutProject()
GetLatestFiles()
GetLatestProject()
GetLatestProjects()
GetOldVersionFile()
IsFileSameAsOnServer()
UndoCheckoutFiles()

UndoCheckoutProject()
WebDeploy()

Constants
Name Value Description
Enum_EOLNative 0

Keeps the original EOL terminator(s).

Enum_EOLWindowsCRLF 1

EOL= '\n' + '\r'

Enum_EOLUnixCR 2

EOL= '\n'

Enum_EOLMacLF 3

EOL= '\r'