Click or drag to resize

WebFormGetBlockPlaceHolder Method

Gets a block placeholder 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 WebFormPlaceHolder GetBlockPlaceHolder(
	string previewGuid,
	out WebFormBlock parentBlock,
	out WebFormSection blockSection
)

Parameters

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

Return Value

Type: WebFormPlaceHolder
WebFormPlaceHolder
See Also