​
​
​

Gets a collection of adapters for all application fields in the specified scope.

GetFieldAdapters()

​public FieldAdapterCollection GetFieldAdapters()
​Public Function GetFieldAdapters() As FieldAdapterCollection

GetFieldAdapters(Page)

​public FieldAdapterCollection GetFieldAdapters(Page page)
​Public Function GetFieldAdapters(ByRef page As Page) As FieldAdapterCollection

Parameters

Parameter Description
page Specifies the page for whose fields a collection of adapters is to be returned.

Return Value

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.

​