| AdapterGetFields Method |
Gets a list of fields that this adapter can publish to the target social media platform.
Namespace: Dynamicweb.Content.SocialAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public virtual IEnumerable<Field> GetFields()
Public Overridable Function GetFields As IEnumerable(Of Field)
Return Value
Type:
IEnumerableFielda list of fields that this adapter can publish to the target social media platform.
See Also