Click or drag to resize
URLShortenerHelperIsURLShortened Method
Determines whether an URL is shortened or to be shortened.

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

Parameters

match
Type: CMS.SocialMarketingURLParserMatch
URLMatch to be examined

Return Value

Type: Boolean
True is URL looks like a shortened-one.
See Also