Validates an item.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
bool Validate( T item, out string error )
Parameters
- item
- Type: T
The item to validate. - error
- Type: SystemString
Contains an error message.
Return Value
Type: Booleantrue, if succeeded, otherwise false.
Version Information
See Also