Click or drag to resize
LinkedInCompany Constructor
LinkedInCompany constructor

Namespace: CMS.SocialMedia
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 9.0.0
Syntax
C#
public LinkedInCompany(
	string id,
	string name,
	string url
)

Parameters

id
Type: SystemString
ID of the company
name
Type: SystemString
Name of the company
url
Type: SystemString
Company website address
See Also