Click or drag to resize

LinkParseAndReplaceAndSaveLinks Method

Namespace:  Dynamicweb.Mailing.Links
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public static Tuple<string, LinkCollection> ParseAndReplaceAndSaveLinks(
	bool saveLinks,
	string text,
	string referenceKey,
	string referenceType,
	string linkDomain,
	bool isParseLink = false
)

Parameters

saveLinks
Type: SystemBoolean
text
Type: SystemString
referenceKey
Type: SystemString
referenceType
Type: SystemString
linkDomain
Type: SystemString
isParseLink (Optional)
Type: SystemBoolean

Return Value

Type: TupleString, LinkCollection
See Also