Click or drag to resize
PublishData Class
An object of the data that is handed over to the Channel handlers publish method
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.SocialPublishData

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public class PublishData

The PublishData type exposes the following members.

Constructors
  NameDescription
Public methodPublishData
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyBody
Gets or sets the post body.
Public propertyImage
Gets or sets the URI of the image that should be associated with the post.
Public propertyLink
Gets or sets the URI that should be associated with the post.
Public propertyParsedLinks
Gets or sets the collection of links parsed (and replaced) from the original body text.
Public propertyTitle
Gets or sets the post title.
Top
See Also