  | ProfileOptionsExtensionSave Method  | 
            Called when user clicks OK at export profile settings and all pages have returned true on 
Validate.
            Inheriants can ignore this and just return data at 
GetSaveData(Boolean) when called.
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool Save()
Public Overridable Function Save As Boolean
Return Value
Type: 
BooleanTrue. False to cancels save but is not recommented as cancel shoud be done at 
Validate.
Availability
See Also