 | ProfileOptionsExtensionGetSaveData Method |
Called after
Validate. Provide the data you wish to save.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic abstract byte[] GetSaveData(
out bool bCancelSave
)
Public MustOverride Function GetSaveData (
<OutAttribute> ByRef bCancelSave As Boolean
) As Byte()
Parameters
- bCancelSave Boolean
- True to cancel save. Avoid using this; use Validate instead and always return false here.
Return Value
ByteMust return the data to store for current extension. See
LoadData(Byte) for loading the data.
Revision HistoryDate | Version | Description |
---|
- | 2017 SP2 | First Release |
See Also