Click or drag to resize
CMSEcommerceConfigurationPageHandleGlobalObjectInformation Method
Checks and displays info message stating that current site uses global objects of given type if used.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected void HandleGlobalObjectInformation(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type name to be used in info message.
See Also