| ProfileOptionsExtensionStoreProfileData Method |
Helper function to store parent extension's data to given profile.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public bool StoreProfileData(
ICTProfile oProfile,
byte[] data
)
Public Function StoreProfileData (
oProfile As ICTProfile,
data As Byte()
) As Boolean
Parameters
- oProfile
- Type: ICTProfile
Profile to which the data should be stored - data
- Type: SystemByte
Data to store
Return Value
Type:
BooleanTrue when successfull, false otherwise.
Availability See Also