Click or drag to resize
BaseInfoGetUniqueCodeName Method
Returns the unique code name for the specified object, does not check duplicity if duplicity occurs within the currentObjectId.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected 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