Click or drag to resize
Adapter Class
Represents a base class for implmenting social media adapters for publishing in Online Marketing Center.
Inheritance Hierarchy

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

The Adapter type exposes the following members.

Constructors
  NameDescription
Protected methodAdapter
Initializes a new instance of the Adapter class
Top
Properties
  NameDescription
Public propertyIcon
Gets the virtual path to the small (16x16 pixels) icon for this adapter.
Public propertyName
Gets the name of the channel.
Top
Methods
  NameDescription
Public methodCanPublish
Returns value indicating whether the given message can be published.
Public methodGetAvailability
Returns the availability status of the social media platform associated with the given adapter.
Public methodGetFields
Gets a list of fields that this adapter can publish to the target social media platform.
Public methodGetIdSuitableString
Gets the id suitable string.
(Inherited from ConfigurableAddIn.)
Public methodGetMetrics
Get post metrics data
Public methodGetParametersToXml
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean)
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.)
Public methodIsAvailable
Returns value indicating whether the social media platform is available.
Public methodLoadParametersFromXml
Loads the parameters from XML.
(Inherited from ConfigurableAddIn.)
Protected methodOnValidate
Validates the specified message.
Public methodPublish
Publishes the specified message.
Public methodRenderAdditionalContent
Renders the content of the additional.
(Inherited from ConfigurableAddIn.)
Public methodSetValue
Sets the value.
(Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost
Updates from post back.
Remarks
Get the parameter from Context.Current.Request.Form
Form information. Null is allowed.
(Inherited from ConfigurableAddIn.)
Public methodValidate
Validates the specified message.
Protected methodStatic memberValidateField
Validate field
Top
See Also