TranslationHelperChangeCodeName Method |
Changes the object code name in the table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic void ChangeCodeName(
string objectType,
string oldCodeName,
string siteName,
int parentId,
int groupId,
string newCodeName
)
Parameters
- objectType
- Type: SystemString
Object type - oldCodeName
- Type: SystemString
Old code name - siteName
- Type: SystemString
Site name - parentId
- Type: SystemInt32
Parent ID - groupId
- Type: SystemInt32
Group ID - newCodeName
- Type: SystemString
New code name
See Also