Click or drag to resize

WebFormGetBlockPart Method

Gets a block part 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 WebFormPart GetBlockPart(
	string previewGuid,
	out WebFormBlock parentBlock,
	out WebFormSection blockSection
)

Parameters

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

Return Value

Type: WebFormPart
WebFormPart
See Also