Click or drag to resize

SettingsObjectInitWithContext Method

Called immediately after this object is created as new or when reinitialization is needed before deserialization. Calls Init(ICTExtension) internally, but also sets Context as given.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual void InitWithContext(
	ICTExtension parent,
	ISettingsContext context
)

Parameters

parent  ICTExtension
context  ISettingsContext
Revision History
DateVersionDescription
-2024 SP0First Release
See Also