Click or drag to resize

WebFormGetSection Method (Guid)

Gets a section by its GUID.

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(
	Guid guid
)

Parameters

guid
Type: SystemGuid
GUID of the section.

Return Value

Type: WebFormSection
WebFormSection
See Also