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