Enum ContainerProperties
Represents the additional related objects that can be retrieved when retrieving one or more translation memory containers.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum ContainerPropertiesFields
| Name | Description | 
|---|---|
| All | Retrieve the database server to which the container belongs and the translation memories present in the container. | 
| DatabaseServer | Retrieve the database server to which the container belongs. | 
| None | Retrieve just the translation memeory container, but no additional objects. | 
| TranslationMemories | Retrieve the translation memories present in the container. |