Click or drag to resize

ProfileOptionsPROFILESETTINGSTYPEGetSaveData Method

Return data for the Core to save it for DB.

Namespace: CTExtensions.ExportCore.EXTs
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override byte[] GetSaveData(
	out bool bCancelSave
)

Parameters

bCancelSave  Boolean
Return false to cancel data saving.

Return Value

Byte
Profile data as bytearray
See Also