| LinkClickGetLinkClicksByLinkId Method |
Namespace:
Dynamicweb.Mailing.Links
Assembly:
Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax public static List<LinkClick> GetLinkClicksByLinkId(
int linkId
)
Public Shared Function GetLinkClicksByLinkId (
linkId As Integer
) As List(Of LinkClick)
Parameters
- linkId
- Type: SystemInt32
Return Value
Type:
ListLinkClickSee Also