SharedContentElement Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public SharedContentElement(
	string path,
	string item,
	string parameters,
	string attribute,
	IXmlNamespaceResolver context
)

Parameters

path  String
The path expression
item  String
The item name expression
parameters  String
The parameters expression
attribute  String
The attribute name expression
context  IXmlNamespaceResolver
The context to use for the XPath expressions

See Also