Table of Contents

Class QueryReference

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

The Class QueryReference represents reference object used for query

public class QueryReference
Inheritance
QueryReference
Inherited Members

Properties

Name

Gets or sets name of the reference

public string Name { get; set; }

Property Value

string

TypeName

Gets or sets type of the reference

public string TypeName { get; set; }

Property Value

string
To top