EnumEOL Enum

Description

The EnumEOL enumeration indicates which EOL is used.

It is used with the following method.

Interface Method
 

SAWVSDK

AddFiles
AddFolder
CheckInFiles
CheckoutFiles
CheckInProject
CheckoutProject
GetLatestFiles
GetLatestProject
GetLatestProjects
GetOldVersionFile
GetProjectByLabel
IsFileSameAsOnServer UndoCheckoutFiles
UndoCheckoutProject

Constants
 
Name Value Description
enumEOLNative 0

EOL is determined by the OS the client is running on.

enumEOLWindowsCRLF 1

EOL='\n' + '\r'

enumEOLUnixCR 2 EOL='\n'
enumEOLMacLF 3

EOL='\r'

See Also