Click or drag to resize

UserOptionsExtensionSave Method

Called when user clicks OK at options and all pages have returned true on Validate. Inheriants can ignore this and just return data at GetSaveData(Boolean) when called.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual bool Save()

Return Value

Boolean
True. False to cancels save but is not recommented as cancel shoud be done at Validate.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also