XmlPeekAliases Class

Summary

Contains functionality related to XML XPath queries.
Namespace
Cake.Common.Xml
Base Types
  • object
graph BT Type-->Base0["object"] Type["XmlPeekAliases"] class Type type-node

Syntax

[CakeAliasCategory("XML")]
public static class XmlPeekAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
XmlPeek(ICakeContext, FilePath, string, XmlPeekSettings) string
Get the value of a target node.
static
XmlPeek(ICakeContext, FilePath, string) string
Gets the value of a target node.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin