Click or drag to resize

ProfileOptionsExtensionReadProfileData Method

Helper function to read parent extension's data from given profile.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public byte[] ReadProfileData(
	ICTProfile oProfile
)

Parameters

oProfile  ICTProfile
Profile from with the data should be read.

Return Value

Byte
Current extension's stored data.
Revision History
DateVersionDescription
-2017 SP2First Release
See Also