Click or drag to resize

WebFormGetBlockButton Method

Gets a block button 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 WebFormButton GetBlockButton(
	string previewGuid,
	out WebFormBlock parentBlock,
	out WebFormSection blockSection
)

Parameters

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

Return Value

Type: WebFormButton
WebFormButton
See Also