Click or drag to resize

WebFormInsertSection Method

Adds a new section after the specified one.

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 InsertSection(
	WebFormSection pre,
	string name
)

Parameters

pre
Type: Packflow.ModelingWebFormSection
A section of the form.
name
Type: SystemString
Name of the new section.

Return Value

Type: WebFormSection
WebFormSection
See Also