 | ProfileOptionsExtension.ReadProfileData Method |
Helper function to read parent extension's data from given profile.
Namespace:
CTExtensions.Interfaces
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic byte[] ReadProfileData(
ICTProfile oProfile
)
Public Function ReadProfileData (
oProfile As ICTProfile
) As Byte()
Parameters
- oProfile
- Type: ICTProfile
Profile from with the data should be read.
Return Value
Type:
Byte[]Current extension's stored data.
Availability
See Also