Click or drag to resize
TranslationHelperChangeCodeName Method
Changes the object code name in the table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void ChangeCodeName(
	TranslationParameters parameters,
	string newCodeName
)

Parameters

parameters
Type: CMS.DataEngineTranslationParameters
Parameters that select record which we want to alter.
newCodeName
Type: SystemString
New code name.
Remarks
Object's Guid might be set to Empty, however, if there is another object with properly set GUID preset simultaneously, both objects will be treated as distinct (despite same CodeName and SiteName and ParentId and GroupId).
See Also