Click or drag to resize

WebFormBlockGetObjectSearchType Method

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 GetObject<SearchType>(
	WebFormBlockObjectFinder<SearchType> finder,
	out WebFormBlock parentBlock
)
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.

Type Parameters

SearchType
The type of researched object.

Return Value

Type: SearchType
[!:SearchType]
See Also