Click or drag to resize

WebFormGetBlockLabel Method (String, WebFormBlock, WebFormSection)

Gets a label by its preview 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 WebFormLabel GetBlockLabel(
	string previewGuid,
	out WebFormBlock parentBlock,
	out WebFormSection blockSection
)

Parameters

previewGuid
Type: SystemString
Preview GUID of the label.
parentBlock
Type: Packflow.ModelingWebFormBlock
The parent block of the found label.
blockSection
Type: Packflow.ModelingWebFormSection
The section containing the found label.

Return Value

Type: WebFormLabel
WebFormLabel
See Also