| BaseInfoGetNameCollisions Method  | 
            Gets the list of the name collisions of the given object
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxprotected IEnumerable<string> GetNameCollisions(
	int currentObjectId,
	string columnName,
	string searchName,
	bool exactMatch
)
Parameters
- currentObjectId
 - Type: SystemInt32
Current object ID - columnName
 - Type: SystemString
Column name - searchName
 - Type: SystemString
Search name for collision - exactMatch
 - Type: SystemBoolean
If true, the names must match exactly 
Return Value
Type: 
IEnumerableString
See Also