Click or drag to resize
TwitterApplicationInfoProviderGetTwitterApplicationInfoInternal Method (String, SiteInfoIdentifier)
Retrieves a Twitter application matching the specified criteria, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual TwitterApplicationInfo GetTwitterApplicationInfoInternal(
	string applicationName,
	SiteInfoIdentifier siteName
)

Parameters

applicationName
Type: SystemString
Twitter application name.
siteName
Type: CMS.DataEngineSiteInfoIdentifier
The site name.

Return Value

Type: TwitterApplicationInfo
A Twitter application matching the specified criteria, if found; otherwise, null.
See Also