Click or drag to resize
LinkedInAccountInfoProviderGetLinkedInAccounts Method (SiteInfoIdentifier)
Returns a query for all the LinkedInAccountInfo objects of a specified site.

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

Parameters

siteId
Type: CMS.DataEngineSiteInfoIdentifier
Site ID

Return Value

Type: ObjectQueryLinkedInAccountInfo
See Also