Click or drag to resize

ProfileOptionsExtensionStoreProfileData Method

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

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public bool StoreProfileData(
	ICTProfile oProfile,
	byte[] data
)

Parameters

oProfile
Type: ICTProfile
Profile to which the data should be stored
data
Type: SystemByte
Data to store

Return Value

Type: Boolean
True when successfull, false otherwise.
Availability

CUSTOMTOOLS 2017 SP2


See Also