back to content
Visual SourceSafe (VSS) Remote Access Tool Recommended by Microsoft
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
SourceSafe (VSS) Remote/Web/Internet Access | Software Configuration Management | SCM Solution
Software Configuration Management Online | Source/Version Control Online | Version/Source Control Software
Copyright © 2010 Dynamsoft Corporation. All Rights Reserved.