CopyComponentCore.Initialize 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: 2024.12.21.0
public abstract void Initialize(
	XPathNavigator configuration,
	IDictionary<string, Object> data
)

Parameters

configuration  XPathNavigator
The copy component configuration
data  IDictionary<String, Object>
A dictionary object with string as key and object as value.

See Also