Click or drag to resize
ECommerceSettingsAllowGlobalObjects Method
Indicates if global objects of given type are allowed/used on the site specified by site name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool AllowGlobalObjects(
	SiteInfoIdentifier siteIdentifier,
	string objectType
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Name or ID of the site.
objectType
Type: SystemString
Type of object to get settings value for.

Return Value

Type: Boolean
See Also