Click or drag to resize
LinkedInPostInfoProviderDeleteLinkedInPostInfo Method (LinkedInPostInfo)
Deletes specified LinkedInPostInfo.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
public static void DeleteLinkedInPostInfo(
	LinkedInPostInfo infoObj
)

Parameters

infoObj
Type: CMS.SocialMarketingLinkedInPostInfo
LinkedInPostInfo to be deleted
Exceptions
ExceptionCondition
LinkedInPartialDeleteExceptionThrown when the deleted post has already been published on LiknedIn. In such case the post is deleted locally only.
See Also