Click or drag to resize
URLShortenerHelperGetURLForShortening Method
Prepares any found URL for shortening.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetURLForShortening(
	URLParserMatch match
)

Parameters

match
Type: CMS.SocialMarketingURLParserMatch
URL to be prepared.

Return Value

Type: String
String representing the URL to be shortened.
See Also