  | UserOptionsExtensionReadUserData Method | 
            Helper function to read parent extension's user specific data from given profile.
            
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic byte[] ReadUserData(
	ICTUser user,
	ICTProfile profile
)
Public Function ReadUserData ( 
	user As ICTUser,
	profile As ICTProfile
) As Byte()
Parameters
- user  ICTUser
 - User whose data should be read.
 - profile  ICTProfile
 - Profile from which the data should be read.
 
Return Value
ByteCurrent extension's stored data for requested user.
Revision History| Date | Version | Description | 
|---|
| - | 2019 SP2 | First Release | 
See Also