Click or drag to resize
BaseInfoGetNameCollisions Method
Gets the list of the name collisions of the given object

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