This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
TranslationType enum

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

Syntax

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

Members

Member nameDescription
Global
Global translation, always in scope
System
Translation that is only in scope during buffering of RenderTemplates
Local
Translation related to the hierarchical position in the Content Tree

See Also

Smartsite.Core Namespace
Advanced