PlugInDependency Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public PlugInDependency(
	string id,
	string configuration
)

Parameters

id  String
The ID of the plug-in depended upon
configuration  String
The default configuration. If null or empty, an empty configuration element will be used.

See Also