Click or drag to resize
UserOptionsExtensionReadUserData Method
Helper function to read parent extension's user specific data from given profile.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public byte[] ReadUserData(
	ICTUser user,
	ICTProfile profile
)

Parameters

user
Type: ICTUser
User whose data should be read.
profile
Type: ICTProfile
Profile from which the data should be read.

Return Value

Type: Byte
Current extension's stored data for requested user.
Availability

CUSTOMTOOLS 2019 SP2


See Also