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) Version: 25.0
Syntax
public bool StoreUserData(
	ICTUser user,
	ICTProfile profile,
	byte[] data
)

Parameters

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

Return Value

Boolean
True when successfull, false otherwise.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also