EnumEOL Enum
Description
The EnumEOL enumeration indicates which EOL is used.
It is used with the following method.
| 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
AddFiles() method
AddFolder() method
CheckInFiles() method
CheckoutFiles() method
CheckInProject() method
CheckoutProject() method
GetLatestFiles() method
GetLatestProject() method
GetLatestProjects() method
GetOldVersionFile() method
GetProjectByLabel() method
IsFileSameAsOnServer() method
UndoCheckoutFiles() method
UndoCheckoutProject() method