| 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
)
Public Function GetPageURL (
page As Page,
shopItemIdentity As ShopItemIdentity,
isBound As Boolean
) As Tuple(Of String, String)
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,
StringSee Also