AdvantageAttributeControl..::..SaveData Method
Programmatic alternative to the toolbar's Save & Close click — runs the full save
lifecycle (OnValidateSave(String%) → SaveDataToObject()()()() →
OnPreSave(AdvantageAttributeArgs, String%) → OnPostSave(AdvantageAttributeArgs, String%)) and returns the populated
Attributes bag. The dialog is not dismissed and no
SendAdvantageAttributes event is raised — the host receives the data via the
return value.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public AdvantageAttributes SaveData()

