 | ProfileOptionsPROFILESETTINGSTYPEGetSaveData Method |
Return data for the Core to save it for DB.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override byte[] GetSaveData(
out bool bCancelSave
)
Public Overrides Function GetSaveData (
<OutAttribute> ByRef bCancelSave As Boolean
) As Byte()
Parameters
- bCancelSave Boolean
- Return false to cancel data saving.
Return Value
ByteProfile data as bytearray
See Also