Click or drag to resize
DefaultCarrierProviderGetServiceConfigurationUIElementGUID Method
Returns Guid of UIElement that is used to configure service properties. Return Guid.Empty if service does not have configuration UI.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public Guid GetServiceConfigurationUIElementGUID(
	string serviceName
)

Parameters

serviceName
Type: SystemString
Service name

Return Value

Type: Guid

Implements

ICarrierProviderGetServiceConfigurationUIElementGUID(String)
See Also