Click or drag to resize
ChannelAvailability Class
Represents a channel availability.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Content.SocialChannelAvailability

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public class ChannelAvailability : IComparable, 
	IComparable<ChannelAvailability>

The ChannelAvailability type exposes the following members.

Constructors
  NameDescription
Public methodChannelAvailability
Initializes a new instance of an object.
Public methodChannelAvailability(ChannelAvailabilityStatus)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyStatic memberAvailable
Gets the availability that corresponds to the "Available" state of the channel.
Public propertyStatus
Gets or sets the availability status.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current object to the given one.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Explicit Interface Implementations
Remarks