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 TranslationVersions
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public NotInheritable Class TranslationVersions

The type exposes the following methods.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetEnumerator
Enumerates the translation versions.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetVersionByNumber
Gets a Translation version by item number.
Public method ToString
Returns a list of all versions of a translation
(Overrides Object..::ToString()()()().)
Public method TryGetValue
Tries to get the translation version and returns true if it exists.

Protected Methods

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

See Also

Advanced