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) Version: 25.0
Syntax
public byte[] ReadUserData(
	ICTUser user,
	ICTProfile profile
)

Parameters

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

Return Value

Byte
Current extension's stored data for requested user.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also