ObjectTypeInfoNameGloballyUnique Property |
If true, the system validates the code names of objects to be unique across both global and site-related objects.
If false, global objects can have the same code name as a site-specific object. The default value is false.
Applies to object types with a specified SiteIDColumn that also have the SupportsGlobalObjects property set to true.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool NameGloballyUnique { get; set; }
Property Value
Type:
BooleanSee Also