URLShortenerHelper.GetAvailableURLShortenersInternal Method |
Creates a collection of available URL shorteners, and returns it.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
Syntaxprotected virtual List<URLShortenerTypeEnum> GetAvailableURLShortenersInternal(
SiteInfoIdentifier siteIdentifier
)
Parameters
- siteIdentifier
- Type: CMS.DataEngine.SiteInfoIdentifier
Determines which site's URL shortener settings are used. Provide null to use global settings.
Return Value
Type:
List<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