 | ProfileOptionsExtensionStoreProfileData Method |
Helper function to store parent extension's data to given profile.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool StoreProfileData(
ICTProfile oProfile,
byte[] data
)
Public Function StoreProfileData (
oProfile As ICTProfile,
data As Byte()
) As Boolean
Parameters
- oProfile ICTProfile
- Profile to which the data should be stored
- data Byte
- Data to store
Return Value
BooleanTrue when successfull, false otherwise.
Revision HistoryDate | Version | Description |
---|
- | 2017 SP2 | First Release |
See Also