Click or drag to resize

WebFormAddSection Method (String, Boolean)

Adds a new section.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public WebFormSection AddSection(
	string name,
	bool firstBlock
)

Parameters

name
Type: SystemString
Name of the section.
firstBlock
Type: SystemBoolean
If set to true, the initial block is added.

Return Value

Type: WebFormSection
WebFormSection
See Also