LinkedInPostInfoProviderGetPostPublishStateMessageInternal Method |
Gets localized message that describes the post's publish state.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax protected virtual string GetPostPublishStateMessageInternal(
LinkedInPostInfo post,
IUserInfo user = null,
ISiteInfo site = null,
bool shortMessage = false
)
Parameters
- post
- Type: CMS.SocialMarketingLinkedInPostInfo
LinkedIn post. - user (Optional)
- Type: CMS.BaseIUserInfo
User whose time zone will be used when formating date time information. - site (Optional)
- Type: CMS.BaseISiteInfo
Site whose time zone will be used when formating date time information. - shortMessage (Optional)
- Type: SystemBoolean
Indicates if short message has to be used instead of detail message.
Return Value
Type:
StringLocalized status message.
See Also