Click or drag to resize
TranslationParameters Class
Parameters wrapper for methods of TranslationHelper.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineTranslationParameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public sealed class TranslationParameters : ICloneable

The TranslationParameters type exposes the following members.

Constructors
  NameDescription
Public methodTranslationParameters(String)
Constructor
Public methodTranslationParameters(ObjectTypeInfo)
Constructor
Public methodTranslationParameters(TranslationParameters)
Creates a new object that is a copy of the given instance.
Top
Properties
  NameDescription
Public propertyCodeName
Code name
Public propertyGroupId
Group info ID
Public propertyGuid
Guid
Public propertyObjectType
Object type
Public propertyParentId
Parent object ID
Public propertySiteName
Site name
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodToString
Returns text representation
(Overrides ObjectToString.)
Top
See Also