Click or drag to resize

ProfileOptionsExtension.GetSaveData Method

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

Parameters

bCancelSave
Type: System.Boolean
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 2017 SP2


See Also