Click or drag to resize
Adapter Methods

The Adapter type exposes the following members.

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