Click or drag to resize
ActivityDetailGetLink Method
Returns link.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static string GetLink(
	string url,
	string content
)

Parameters

url
Type: SystemString
URL
content
Type: SystemString
Link text (will be HTML encoded)

Return Value

Type: String
See Also