Click or drag to resize
TranslationHelper.ChangeCodeName Method (String, Guid, String, String, Int32, Int32, String)

Note: This API is now obsolete.

Changes the object code name in the table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use ChangeCodeName(TranslationParameters parameters, string newCodeName) method instead")]
public void ChangeCodeName(
	string objectType,
	Guid guid,
	string oldCodeName,
	string siteName,
	int parentId,
	int groupId,
	string newCodeName
)

Parameters

objectType
Type: System.String
Object type
guid
Type: System.Guid
Object GUID
oldCodeName
Type: System.String
Old code name
siteName
Type: System.String
Site name
parentId
Type: System.Int32
Parent ID
groupId
Type: System.Int32
Group ID
newCodeName
Type: System.String
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 oldCodeName and siteName and parentId and groupId).
See Also