| Adapter Methods |
The Adapter type exposes the following members.
| Name | Description | |
|---|---|---|
| CanPublish |
Returns value indicating whether the given message can be published.
| |
| GetAvailability |
Returns the availability status of the social media platform associated with the given adapter.
| |
| GetFields |
Gets a list of fields that this adapter can publish to the target social media platform.
| |
| GetIdSuitableString |
Gets the id suitable string.
(Inherited from ConfigurableAddIn.) | |
| GetMetrics |
Get post metrics data
| |
| GetParametersToXml |
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.) | |
| GetParametersToXml(Boolean) |
Gets the parameters to XML.
(Inherited from ConfigurableAddIn.) | |
| IsAvailable |
Returns value indicating whether the social media platform is available.
| |
| LoadParametersFromXml |
Loads the parameters from XML.
(Inherited from ConfigurableAddIn.) | |
| OnValidate |
Validates the specified message.
| |
| Publish |
Publishes the specified message.
| |
| RenderAdditionalContent |
Renders the content of the additional.
(Inherited from ConfigurableAddIn.) | |
| SetValue |
Sets the value.
(Inherited from ConfigurableAddIn.) | |
| UpdateFromPost |
Updates from post back.
(Inherited from ConfigurableAddIn.)Get the parameter from Context.Current.Request.Form Form information. Null is allowed. | |
| Validate |
Validates the specified message.
| |
| ValidateField |
Validate field
|