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