Enum TranslationMemoryProperties
Represents the additional related objects that can be retrieved when retrieving one or more translation memories.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum TranslationMemoryPropertiesFields
| Name | Description | 
|---|---|
| All | Retrieve all the related objects of the translation memory. | 
| Container | Retrieve the container that contains the translation memory. | 
| Fields | Retrieve the fields of the translation memory or the fields of the fields template if the translation memory is associated with a fields template. | 
| LanguageDirections | Retrieve the language directions. | 
| LanguageResourceData | Retrieve the data of the language resources in addition to the language resources of the translation memory. See LanguageResources. | 
| LanguageResources | Retrieve the language resources of the translation memory or the language resources of the language resources template if the translation memory is associated with a language resources template. Note that this does not include the actual data of the language resource. | 
| None | Retrieve just the translation memory, but no additional objects. | 
| ScheduledOperations | Retrieve the current scheduled oprations for the translation memory. |