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) Version: 25.0
Syntax
public bool StoreProfileData(
	ICTProfile oProfile,
	byte[] data
)

Parameters

oProfile  ICTProfile
Profile to which the data should be stored
data  Byte
Data to store

Return Value

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