Click or drag to resize
TranslationReference Class
Contains all information necessary to identify an object in database except for its ID. Pass it to the TranslationHelper to obtain the current ID.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationTranslationReference

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class TranslationReference

The TranslationReference type exposes the following members.

Properties
  NameDescription
Public propertyCodeName
Foreign object code name.
Public propertyGroup
Foreign object group translation reference.
Public propertyGUID
Foreign object GUID.
Public propertyObjectType
Foreign object type.
Public propertyParent
Foreign object parent translation reference.
Public propertySite
Foreign object site.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodWriteToXmlElement
Adds the translation nodes to the serialization
Top
See Also