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: 13.0.131
Syntaxprotected virtual string GetUniqueCodeName(
string codeName,
int currentObjectId
)
Parameters
- codeName
- Type: SystemString
Original code name - currentObjectId
- Type: SystemInt32
Current object ID
Return Value
Type:
String
See Also