|  | ProfileOptionsExtensionStoreProfileData Method  | 
 
            Helper function to store parent extension's data to given profile.
            
 
    Namespace: 
   CTExtensions.Interfaces
    Assembly:
   CTInterface (in CTInterface.dll)
 Syntax
Syntaxpublic 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
Availability See Also
See Also