Click or drag to resize
AdapterGetFields Method
Gets a list of fields that this adapter can publish to the target social media platform.

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public virtual IEnumerable<Field> GetFields()

Return Value

Type: IEnumerableField
a list of fields that this adapter can publish to the target social media platform.
See Also