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)
Syntax
public virtual void InitWithContext(
	ICTExtension parent,
	ISettingsContext context
)

Parameters

parent
Type: ICTExtension
context
Type: CTExtensions.ExportCore.ConfigISettingsContext
See Also