Click or drag to resize
IURLShortenerHelperEnvironment Interface
This interface is designed purely to separate URLShortener helper from the CMS environment.

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

The IURLShortenerHelperEnvironment type exposes the following members.

Methods
  NameDescription
Public methodGetStringSettingValue
Provides settings for URLShortenerHelper.
Public methodLogWarning
Logs a warning if an URLshortening failed.
Public methodURLEncode
Provides URL-Encoding function. ' ' => %20 etc.
Top
See Also