Method FindBlock
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
FindBlock(string)
Returns the Block defined by the given name.
public object FindBlock(string name)
Parameters
namestringThe name of the requested Block.
Returns
- object
Returns the Block that has the given name or null if it does not exist.