Click or drag to resize

WebFormFindSection Method

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use GetSection instead.")]
public WebFormSection FindSection(
	int sectionId
)

Parameters

sectionId
Type: SystemInt32
Id of the section.

Return Value

Type: WebFormSection
WebFormSection
See Also