BaseInfoGetNameCollisions Method |
Gets the list of the name collisions of the given object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
IEnumerableStringSee Also