CopyComponentCore.Initialize Method
Definition
- Assembly
- Sandcastle.Core.dll
This abstract method must be overridden to initialize the copy component
public abstract void Initialize(XPathNavigator configuration, IDictionary<string, object> data)
Parameters
configurationXPathNavigatorThe copy component configuration
dataIDictionary<string, object>A dictionary object with string as key and object as value.