Click or drag to resize
LinkedInApplicationInfoProviderGetLinkedInApplications Method (SiteInfoIdentifier)
Retrieves a dataset of LinkedIn applications for the specified site, and returns it.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<LinkedInApplicationInfo> GetLinkedInApplications(
	SiteInfoIdentifier siteId
)

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID.

Return Value

Type: ObjectQueryLinkedInApplicationInfo
A dataset of LinkedIn applications for the specified site.
See Also