BindingRedirectSettingsToXml Method

Store the binding redirect settings in an XML element

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public XElement ToXml(
	bool relativePath
)

Parameters

relativePath  Boolean
True to allow a relative path on importFrom attributes, false to fully qualify the path.

Return Value

XElement
Returns the XML element

Remarks

The settings are stored in an element called dependentAssembly.

See Also