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

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public override bool CheckUniqueCodeName(
	DocumentCultureDataInfo infoObj
)

Parameters

infoObj
Type: CMS.DocumentEngine.InternalDocumentCultureDataInfo
Info object to check

Return Value

Type: Boolean
See Also