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.0.0.0 (8.1.5347.20411)
Parameters
- infoObj
- Type: CMS.SocialMarketing LinkedInPostInfo
LinkedInPostInfo post to be deleted.
Exceptions
Exception | Condition |
---|---|
CMS.SocialMarketing LinkedInPartialDeleteException | Thrown when the deleted post has already been published on LiknedIn. In such case the post is deleted locally only. |
See Also