WebForm GetBlockObjectSearchType 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)
Syntaxpublic SearchType GetBlockObject <SearchType>(
WebFormBlockObjectFinder <SearchType> finder ,
out WebFormBlock parentBlock ,
out WebFormSection parentSection
)
where SearchType : class
Parameters finder Type: Packflow.Modeling WebFormBlockObjectFinder SearchType Method searching for an object in a block. parentBlock Type: Packflow.Modeling WebFormBlock The parent block of the found object. parentSection Type: Packflow.Modeling WebFormSection The section containing the found object. Type Parameters SearchType The type of researched object. Return Value Type:
SearchType [!:SearchType] See Also