Click or drag to resize

WebFormGetBlockInclude Method

Gets a block include 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 WebFormInclude GetBlockInclude(
	string previewGuid,
	out WebFormBlock parentBlock,
	out WebFormSection blockSection
)

Parameters

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

Return Value

Type: WebFormInclude
WebFormInclude
See Also