BaseInfo.GetUniqueDisplayName Method |
Returns the unique display name for the specified object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxprotected virtual string GetUniqueDisplayName(
string displayName,
int currentObjectId
)
Parameters
- displayName
- Type: System.String
Original display name - currentObjectId
- Type: System.Int32
Current object ID
Return Value
Type:
String
See Also