Click or drag to resize

ProfileOptionsExtensionGetSaveData Method

Called after Validate. Provide the data you wish to save.

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

Parameters

bCancelSave  Boolean
True to cancel save. Avoid using this; use Validate instead and always return false here.

Return Value

Byte
Must return the data to store for current extension. See LoadData(Byte) for loading the data.
Revision History
DateVersionDescription
-2017 SP2First Release
See Also