Click or drag to resize
IURLShortener Interface
Provides a template for what any URLshortener class should do.

Namespace: CMS.SocialMarketing.URLShortening
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public interface IURLShortener

The IURLShortener type exposes the following members.

Methods
  NameDescription
Public methodIsAvailable
Determines whether shortener is available
Public methodShorten
Shortens the given URL via an URLShortener
Top
See Also