Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroNavigator.MacroParameter

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Xml.XPath
    Assembly: Umbraco.Core.dll
    Syntax
    public class MacroParameter

    Constructors

    View Source

    MacroParameter(String, String)

    Declaration
    public MacroParameter(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value
    View Source

    MacroParameter(String, XPathNavigator, Int32, Boolean, Nullable<IEnumerable<KeyValuePair<String, String>>>)

    Declaration
    public MacroParameter(string name, XPathNavigator navigator, int maxNavigatorDepth = 2147483647, bool wrapNavigatorInNodes = false, IEnumerable<KeyValuePair<string, string>>? attributes = null)
    Parameters
    Type Name Description
    System.String name
    System.Xml.XPath.XPathNavigator navigator
    System.Int32 maxNavigatorDepth
    System.Boolean wrapNavigatorInNodes
    System.Nullable<IEnumerable<KeyValuePair<System.String, System.String>>> attributes

    Properties

    View Source

    Attributes

    Declaration
    public KeyValuePair<string, string>[] Attributes { get; }
    Property Value
    Type Description
    KeyValuePair<System.String, System.String>[]
    View Source

    MaxNavigatorDepth

    Declaration
    public int MaxNavigatorDepth { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    NavigatorValue

    Declaration
    public XPathNavigator NavigatorValue { get; }
    Property Value
    Type Description
    System.Xml.XPath.XPathNavigator
    View Source

    StringValue

    Declaration
    public string StringValue { get; }
    Property Value
    Type Description
    System.String
    View Source

    WrapNavigatorInNodes

    Declaration
    public bool WrapNavigatorInNodes { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MacroParameter(String, String)
      • MacroParameter(String, XPathNavigator, Int32, Boolean, Nullable<IEnumerable<KeyValuePair<String, String>>>)
    • Properties
      • Attributes
      • MaxNavigatorDepth
      • Name
      • NavigatorValue
      • StringValue
      • WrapNavigatorInNodes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX