AdvantageAttributeControl..::..ValidateSave Method
Note: This API is now obsolete.
Assembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Validates the data before saving. Override to add custom validation logic.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
[ObsoleteAttribute] public virtual bool ValidateSave( out string message )
Parameters
- message
- Type: String%
The validation error message, if validation fails.

