Click or drag to resize
LinkedInPostInfoProviderDeleteLinkedInPostInfoInternal Method
Deletes the specified LinkedIn post. If the post is published on the LinkedIn, it will be deleted only locally - the LiknedIn API does not allow its removal. Deletes scheduled task as well.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteLinkedInPostInfoInternal(
	LinkedInPostInfo infoObj
)

Parameters

infoObj
Type: CMS.SocialMarketingLinkedInPostInfo
LinkedInPostInfo post 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