Summary
Sets the XPath expression to use to find child items. If null, all child elements will be used.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Metadata - Containing Type
- Xml
Syntax
public Xml WithItemXPath(string itemXPath)
Parameters
Name | Type | Description |
---|---|---|
itemXPath | string | The XPath expression to use. |
Return Value
Type | Description |
---|---|
Xml | The current module instance. |