Click or drag to resize
PostBase Class
Provides base functionality for social media posts.
Inheritance Hierarchy

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

The PostBase type exposes the following members.

Constructors
  NameDescription
Protected methodPostBase
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyBody
Gets or sets the post body.
Public propertyConnection (Inherited from DbObject.)
Public propertyCreated
Gets the date and time when the message was created.
Public propertyID (Inherited from DbObject.)
Public propertyImage
Gets or sets the URI of the image that should be associated with the post.
Public propertyIsNew (Inherited from DbObject.)
Public propertyIsPublished
Gets value indicating whether this post is published.
Public propertyLink
Gets or sets the URI that should be associated with the post.
Public propertyPublished
Gets or sets the date and time this message was published.
Public propertyTitle
Gets or sets the post title.
Public propertyTransaction (Inherited from DbObject.)
Public propertyUpdated
Gets the date and time when the message was updated.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data from the given IDataReader object.
(Overrides DbObject.Fill(IDataReader).)
Protected methodFillRow
Fills the given DataRow object with object state values.
(Overrides DbObject.FillRow(DataRow).)
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Remarks