| BaseInfoGetUniqueDisplayName Method | 
            Returns the unique display name for the specified object.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual string GetUniqueDisplayName(
	string displayName,
	int currentObjectId,
	bool ensureLength = true
)
Parameters
- displayName
- Type: SystemString
 Original display name
- currentObjectId
- Type: SystemInt32
 Current object ID
- ensureLength (Optional)
- Type: SystemBoolean
 If true, maximal display name length is ensured
Return Value
Type: 
String See Also
See Also