This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
TranslationRoot enum Used to specify virtual parents for System and Global translations. This is done so that all translations are treated equally: They all have a parent that specifies the scope in which they are valid.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum TranslationRoot
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration TranslationRoot

Members

Member nameDescription
None
Not set
System
Virtual System rootfolder for system translations
Global
Virtual Global rootfolder for global translations

See Also

Smartsite.Core Namespace
Advanced