BaseInfoGetUniqueCodeName Method |
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax protected virtual string GetUniqueCodeName(
string codeName,
int currentObjectId
)
Parameters
- codeName
- Type: SystemString
Original code name - currentObjectId
- Type: SystemInt32
Current object ID
Return Value
Type:
StringSee Also