Click or drag to resize

WebFormBlockAddField Method

Adds a new field.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public WebFormField AddField(
	ContentColumn column
)

Parameters

column
Type: Packflow.ModelingContentColumn
Column represented by the field.

Return Value

Type: WebFormField
WebFormField
See Also