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.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void HandleGlobalObjectInformation(
	string objectType
)

Parameters

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