BaseInfoGetUniqueDisplayName Method |
Returns the unique display name for the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected virtual string GetUniqueDisplayName(
string displayName,
int currentObjectId
)
Parameters
- displayName
- Type: SystemString
Original display name - currentObjectId
- Type: SystemInt32
Current object ID
Return Value
Type:
StringSee Also