CopyComponentCoreInitialize Method

This abstract method must be overridden to initialize the copy component

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public abstract void Initialize(
	XPathNavigator configuration,
	IDictionary<string, Object> data
)

Parameters

configuration  XPathNavigator
The copy component configuration
data  IDictionaryString, Object
A dictionary object with string as key and object as value.

See Also