Click or drag to resize
PublishResult Class
Represents a post publish result.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.SocialPublishResult

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

The PublishResult type exposes the following members.

Constructors
  NameDescription
Public methodPublishResult
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyPostID
Gets or sets the Id of the remote published post.
Public propertyPostLink
Gets or sets the URI to the remote published post.
Public propertyStatusText
Gets or sets the status text.
Public propertySuccess
Gets or sets value indicating whether post was published successfully.
Top
See Also