Click or drag to resize

SettingsObjectInit Method

Init is always called immediately after this object is either created as new or deserialized.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual void Init(
	ICTExtension parent
)

Parameters

parent
Type: ICTExtension
Parent Extension
See Also