Click or drag to resize

WebFormGetBlockField Method (Int32, WebFormSection)

Gets a field by a column's id.

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 GetBlockField(
	int columnId,
	out WebFormSection blockSection
)

Parameters

columnId
Type: SystemInt32
Id of the column.
blockSection
Type: Packflow.ModelingWebFormSection
The section containing the found field.

Return Value

Type: WebFormField
WebFormField
See Also