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

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

Parameters

id
Type: SystemInt32
LinkedInPostInfo ID
Exceptions
ExceptionCondition
LinkedInPartialDeleteExceptionThrown when the deleted post has already been published on LiknedIn. In such case the post is deleted locally only.
See Also