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.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax protected virtual void DeleteLinkedInPostInfoInternal(
LinkedInPostInfo infoObj
)
Parameters
- infoObj
- Type: CMS.SocialMarketingLinkedInPostInfo
LinkedInPostInfo post to be deleted.
Exceptions Exception | Condition |
---|
LinkedInPartialDeleteException | Thrown when the deleted post has already been published on LiknedIn. In such case the post is deleted locally only. |
See Also