| URLShortenerHelperGetAvailableURLShortenersInternal Method | 
            Creates a collection of available URL shorteners, and returns it.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual List<URLShortenerTypeEnum> GetAvailableURLShortenersInternal(
	SiteInfoIdentifier siteIdentifier
)
Parameters
- siteIdentifier
- Type: CMS.DataEngineSiteInfoIdentifier
 Determines which site's URL shortener settings are used. Provide null to use global settings.
Return Value
Type: 
ListURLShortenerTypeEnumA collection of available URL shorteners.
 Remarks
Remarks
            The collection contains URL shorteners that either require no configuration, or where the configuration is present. 
            
 See Also
See Also