URLShortenerHelperIsURLShortened Method |
Determines whether an URL is shortened or to be shortened.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 12.0.0
Syntax protected virtual bool IsURLShortened(
URLParserMatch match
)
Parameters
- match
- Type: CMS.SocialMarketingURLParserMatch
URLMatch to be examined
Return Value
Type:
BooleanTrue is URL looks like a shortened-one.
See Also