IFieldWidgetSupports Method |
Returns true if the widget supports the environment.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxbool Supports(
WPEnvironment nEnvironment
)
Function Supports (
nEnvironment As WPEnvironment
) As Boolean
Parameters
- nEnvironment
- Type: NetQuarry.DataWPEnvironment
The environment
Return Value
Type:
Booleana boolean value indicating the widget's support for the given environment
See Also