Enum FieldsTemplateProperties
Represents the additional related objects that can be retrieved when retrieving one or more fields templates.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum FieldsTemplateProperties
Fields
Name | Description |
---|---|
All | Retrieve all the fields contained in and translation memories associated with the fields template. |
Fields | Retrieve all the field definitions contained in the fields template. |
None | Retrieve just the fields template, but no additional objects. |
TranslationMemories | Retrieve all the translation memories associated with the fields template. |