Contains entry information for a certain language. Field data can be found in its versions.
Constructor
Variables
read onlytitle:String
The entry title for this language, is derived from the currently published version
Methods
createNewVersion (empty:Bool = false):EntryVersionApi
Create a new version for this language. Use the EntryVersionApi methods
to change the version data, afterwards save and publish the version.
If empty is true, the new version holds no data. If false, the new version's data is populated from the currently published version for this language.