This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Facilitates the creation of page-local translations that expose functionality during the rendering of a page.

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

Syntax

C#Copy imageCopy Code
[("PageTranslations")]
[(.Level1)]
[(typeof(), "List")]
public class PageTranslationsModule : 
Visual Basic (Declaration)Copy imageCopy Code
<("PageTranslations")> _
<(.Level1)> _
<(GetType(), "List")> _
Public Class PageTranslationsModule _
	Inherits 

Inheritance Hierarchy

System..::..Object
  Smartsite.Core..::..BaseModule
    Smartsite.Core..::..Module
      Smartsite.Runtime.Modules..::..PageTranslationsModule

See Also

Advanced