Click or drag to resize
Channel Class
Represents a channel.
Inheritance Hierarchy
SystemObject
  DbObject
    Dynamicweb.Content.SocialChannel

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

The Channel type exposes the following members.

Constructors
  NameDescription
Public methodChannel
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAdapter
Gets or sets the reference to Adapter that handles the actual communication with the social media platform.
Public propertyChannelType
Gets or sets the type of the channel.
Public propertyConnection (Inherited from DbObject.)
Public propertyCreated
Gets the date and time when the channel was created.
Public propertyID (Inherited from DbObject.)
Public propertyIsActive
Gets or sets value indicating whether channel is active.
Public propertyIsNew (Inherited from DbObject.)
Public propertyName
Gets or sets the name of the channel.
Public propertyPosts
Gets the list of all posts related to this channel.
Public propertyTransaction (Inherited from DbObject.)
Public propertyType Obsolete.
Gets or sets the type of the channel.
Public propertyUpdated
Gets the date and time when the channel 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 methodStatic memberGetActiveChannels
Returns a list of all active channels.
Public methodStatic memberGetAvailableChannels
Returns a list of all active and available channels.
Public methodStatic memberGetChannelById
Returns the channel by its Id.
Public methodStatic memberGetChannels
Returns a list of all available channels.
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