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