| ITypeManagerValidate Method |
Validates specified type.
Namespace:
Dynamicweb.Controls.Charts.Providers
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax Function Validate (
t As Type
) As Boolean
Parameters
- t
- Type: SystemType
Type to validate.
Return Value
Type:
BooleanValue indicating whether type is valid for the particular chart.
Remarks See Also