Click or drag to resize
ObjectTypeInfoNameGloballyUnique Property
If true, the object code name must be unique both per site, and through global objects. If false, the name is unique per site only. Default is false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool NameGloballyUnique { get; set; }

Property Value

Type: Boolean
See Also