Click or drag to resize
UserOptionsExtensionGetSaveData Method

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

Parameters

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

Return Value

Type: Byte
Must return the data to store for current extension. See LoadData(Byte) for loading the data.
Availability

CUSTOMTOOLS 2019 SP2


See Also