FormDefinition Add Method

This will add entry definitions to the form.

Namespace:  Scribe.Core.ConnectorApi.ConnectionUI

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   void   Add(
	EntryDefinition   entry
)

Parameters

entry

Type: Scribe.Core.ConnectorApi.ConnectionUI EntryDefinition

An EntryDefinition that should be added to the form.

See

FormDefinition Class

Scribe.Core.ConnectorApi.ConnectionUI Namespace