Click or drag to resize
TreeProvider.CheckUniqueNames Property
If true, unique node names, document names and aliases are checked against the database. Turn off only when you perform the validation by yourself.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public bool CheckUniqueNames { get; set; }

Property Value

Type: Boolean
See Also