Click or drag to resize

UserOptionsExtensionLoadData Method

Called after CreateControl. Setup the control you created with this stored data.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract void LoadData(
	byte[] storedData
)

Parameters

storedData  Byte
Data stored for current extension to this user in current profile context. Null if nothing stored. See GetSaveData(Boolean) for storing the data.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also