ECommerceSettingsAllowGlobalObjects Method |
Indicates if global objects of given type are allowed/used on the site specified by site name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also