URLShortenerHelper GetAvailableURLShorteners Method Kentico 8.1 API Reference
Creates a collection of available URL shorteners, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

siteIdentifier
Type: CMS.DataEngine SiteInfoIdentifier
Determines which site's URL shortener settings are used. Provide null to use global settings.

Return Value

Type: OnlineList URLShortenerTypeEnum 
A collection of available URL shorteners.
Remarks

The collection contains URL shorteners that either require no configuration, or where the configuration is present.
See Also