Table of Contents

Class MacroExpression

Namespace
Dynamicweb.Indexing.Querying.Expressions
Assembly
Dynamicweb.Core.dll

The Class MacroExpression represents Macro value expression

public class MacroExpression : ValueExpression
Inheritance
MacroExpression
Inherited Members

Properties

LookupString

Gets or sets the macro string for the value.

public string LookupString { get; set; }

Property Value

string

The macro.

Methods

GetValue()

Gets the value associated with the Macro string.

public override object GetValue()

Returns

object

ToString()

Converts macro expression to string

public override string ToString()

Returns

string

String representation of the look up string expression based on

To top