Click or drag to resize

WebFormGetBlockObjectSearchType Method (WebFormBlockObjectFinderSearchType, WebFormBlock, WebFormSection)

Searches for a block object of a given type.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public SearchType GetBlockObject<SearchType>(
	WebFormBlockObjectFinder<SearchType> finder,
	out WebFormBlock parentBlock,
	out WebFormSection parentSection
)
where SearchType : class

Parameters

finder
Type: Packflow.ModelingWebFormBlockObjectFinderSearchType
Method searching for an object in a block.
parentBlock
Type: Packflow.ModelingWebFormBlock
The parent block of the found object.
parentSection
Type: Packflow.ModelingWebFormSection
The section containing the found object.

Type Parameters

SearchType
The type of researched object.

Return Value

Type: SearchType
[!:SearchType]
See Also