Enum LanguageResourcesTemplateProperties
Represents the additional related objects that can be retrieved when retrieving one or more language resource templates.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum LanguageResourcesTemplateProperties
Fields
Name | Description |
---|---|
All | Retrieve all the language resources including data contained in and translation memories associated with the language resources template. |
LanguageResources | Retrieve all the language resources contained in the language resources template. Note that this does not include the actual data of the language resources. |
LanguageResourcesData | Retrieve the data of the language resources in addition to the language resources themselves. See LanguageResources. |
None | Retrieve just the language resources template, but no additional objects. |
TranslationMemories | Retrieve all the translation memories associated with the language resources template. |