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

Syntax

C# Copy imageCopy Code
                                  public sealed class TranslationContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class TranslationContext

The type exposes the following members.

Public Methods

  Name Description
Public method Static member AddEvaluationScopeAIMReference
Add an ItemToFolder AIM relation for a given evaluationscope.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetPageScopeItem
Returns the current item as determined by the Page Scope if it's set, or the Request otherwise.
Public method Static member GetScopeLocation
Converts a locator raw value a Translation scope location object.
Public method GetType (Inherited from Object.)
Public method Reset
Resets this instance.
Public method Set Overloaded.
Public method SetSysEval Overloaded.
Public method ToString
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property IsSet
Gets a value indicating whether any of the scopes are set.
Public property Scopes
Gets the current scopes.

See Also

Advanced