Click or drag to resize

LeadsMailRendererGetPageURL Method

Gets the page URL.

Namespace:  Dynamicweb.Analytics.Leads
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public Tuple<string, string> GetPageURL(
	Page page,
	ShopItemIdentity shopItemIdentity,
	bool isBound
)

Parameters

page
Type: Dynamicweb.ContentPage
The page.
shopItemIdentity
Type: Dynamicweb.AnalyticsShopItemIdentity
The shop item identity.
isBound
Type: SystemBoolean
if set to true url is bound to group name.

Return Value

Type: TupleString, String
See Also