Click or drag to resize
ECommerceSettingsGetGlobalKeyForType Method
Returns settings key name allowing global object of given object type.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static string GetGlobalKeyForType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type name

Return Value

Type: String
See Also