Click or drag to resize
AbstractInfoProviderTInfo, TProviderCheckUniqueCodeName Method
Checks if the object has unique code name. Returns true if the object has unique code name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual bool CheckUniqueCodeName(
	TInfo infoObj
)

Parameters

infoObj
Type: TInfo
Info object to check

Return Value

Type: Boolean
See Also