Click or drag to resize
ObjectTypeInfoSupportsGlobalObjects Property
If true, the system allows both site-related objects and global objects whose value in the site ID column is null (for example polls). Applies to object types with a specified SiteIDColumn. False by default. Must be true if you wish to use export or staging for global objects of the given type.

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

Property Value

Type: Boolean
See Also