
Gets a collection of adapters for all application fields in the specified scope.
[C#]
public FieldAdapterCollection GetFieldAdapters()
public FieldAdapterCollection GetFieldAdapters(Page page)
[Visual Basic]
Public Function GetFieldAdapters() As FieldAdapterCollection
Public Function GetFieldAdapters(ByRef page As Page) As FieldAdapterCollection
| Parameter | Description | |
| page | Specifies the page for whose fields a collection of adapters is to be returned. |
Returns a collection of adapters for the fields located on the given page. If no page is specified, a collection of the adapters for all fields in the currently loaded document are returned.