Click or drag to resize

UserOptionsExtensionStoreUserData Method

Helper function to store parent extension's data to given profile.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public bool StoreUserData(
	ICTUser user,
	ICTProfile profile,
	byte[] data
)

Parameters

user
Type: ICTUser
User for who the data should be stored.
profile
Type: ICTProfile
Profile to which the data should be stored or NULL
data
Type: SystemByte
Data to store

Return Value

Type: Boolean
True when successfull, false otherwise.
Availability

CUSTOMTOOLS 2019 SP2


See Also