Enum ProjectType
The type of project (as shown in the Studio UI)
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum ProjectType
Fields
Name | Description |
---|---|
DownloadedFromLanguageCloud | A project that has been downloaded from LanguageCloud |
ImportedFromLanguageCloud | A project that has been imported from LanguageCloud |
ImportedFromStudio | A project that has been imported from a Studio package (so not using the package convertor mechanism) |
ImportedFromTeamWorks | A project that has been imported from TeamWorks (via the package convertor mechanism) |
ImportedFromThirdPartyPlugin | A project that has been imported from a thirdparty plugin |
ImportedFromTms | A project that has been imported from TMS (via the package convertor mechanism) |
ImportedFromUnknownSystem | A project that has been imported from another system (via the package convertor mechanism) |
ImportedFromWorldServer | A project that has been imported from WorldServer (via the package convertor mechanism) |
InLanguageCloud | A project that exists in LanguageCloud, but was not yet downloaded in Studio |
PackageSavedToCloud | A Studio package that has been converted to LanguageCloud |
ServerProject | A project that has been published to Project Server. |
SingleFile | A single file project |
Standard | A standard project, created in Studio |