Enum LanguageDirectionProperties
Represents the additional related objects that can be retrieved when retrieving one or more language directions.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
[Flags]
public enum LanguageDirectionProperties
Fields
Name | Description |
---|---|
All | Retrieve all the related objects of the language direction. |
AssociatedExports | Retrieve the export operations associated with this language direction |
AssociatedImports | Retrieve the import operations associated with this language direction |
Container | Retrive the container for this language direction |
Fields | Retrive the fields associated with the language direction. |
LanguageResources | Retrieve the language resources associated with the language direction. |
None | Retrieve just the language direction, but no additional objects. |