Gets a collection of adapters for all application fields in the specified scope.
public FieldAdapterCollection GetFieldAdapters()
Public Function GetFieldAdapters() As FieldAdapterCollection
public FieldAdapterCollection GetFieldAdapters(Page page)
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.