Click or drag to resize

WebFormGetSection Method (Int32)

Gets a section by its 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 WebFormSection GetSection(
	int sectionId
)

Parameters

sectionId
Type: SystemInt32
Id of the section.

Return Value

Type: WebFormSection
WebFormSection
See Also