Click or drag to resize
SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElement Structure
Carries data needed for publishing info about documents on social network. It is used for backward compatibility only.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public struct SocialMarketingPublishingElement

The SocialMarketingBackCompatibilityHelperSocialMarketingPublishingElement type exposes the following members.

Fields
  NameDescription
Public fieldAutoPostAfterPublishingString
Indicates whether item should be automatically sent to social network after publishing.
Public fieldIsPublishedString
Indicates whether item is already published.
Public fieldPostURL
Url to item posted on desired social networking service.
Public fieldSocialNetworkType
Type of social network
Public fieldTemplate
Template
Top
Properties
  NameDescription
Public propertyAutoPostAfterPublishing
Indicates whether item should be automatically sent to social network after publishing.
Public propertyIsPublished
Indicates whether item is already published.
Top
See Also