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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool SupportsGlobalObjects { get; set; }
Property Value
Type:
BooleanSee Also