  | ProfileOptionsExtensionReadProfileData Method  | 
            Helper function to read parent extension's data from given profile.
            
 
Namespace: CTExtensions.InterfacesAssembly: 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: 
ByteCurrent extension's stored data.
Availability
See Also