Click or drag to resize

WebFormGetBlockLabel Method (String)

Gets a label 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 WebFormLabel GetBlockLabel(
	string labelGuid
)

Parameters

labelGuid
Type: SystemString
Guid of the block label.

Return Value

Type: WebFormLabel
WebFormLabel
See Also