Skip to main content

A project object can be used to understand the languages that the project supports and which language is the primary language. The project instance is also where entry operations are located.

Members

Name Type Description
Id string The project identifier, e.g. "movieDb". Found in the project overview screen of the management console.
Name string The friendly name given to the project.
Description string The description text given to a project.
SupportedLanguages IList<string> An array of all the languages supported by the project.
PrimaryLanguage string LanguageCode The primary language for the project.

Methods

Method Returns Description
Save()   Commits any changes made to the project instance.
SaveAsync()   Commits any changes made to the project instance asynchronously.
Delete()   Deletes the project instance.
DeleteAsync()   Delete the project instance asynchronously.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request