IPropertyDefinition RequiredInActionInput Property

This property will get/set a flag on whether this property is required in action inputs. Properties are true only if a value must be provided for this field for any of the Actions that can be performed on this properties object. RequiredInActionInput should be false for a field such as an ID field that is listed as “required” or NOT Nullable by the Connectors API, but is yet somehow defaulted on insert. NOTE: This field will drive the display of required fields in the UI.

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

bool   RequiredInActionInput { get; set; }

Property Value

Type: Boolean

See

IPropertyDefinition Interface

Scribe.Core.ConnectorApi.Metadata Namespace