AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

SnipcartEngine..::..ItemAdding Method (AdvantagePageTemplate, Action<(Of <(<'CartData>)>)>, eSnipcartServiceType)

Items the adding.

Namespace:  AdvantageCSP.Snipcart.Engine
Assembly:  AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)

Syntax


public static void ItemAdding(
	AdvantagePageTemplate page,
	Action<CartData> myMethodName,
	eSnipcartServiceType serviceType
)

Parameters

page
Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantagePageTemplate
The page.
myMethodName
Type: Action<(Of <(<'CartData>)>)>
Name of my method.
serviceType
Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
Type of the service.