Table of Contents

Class GroupingFieldGroup

Namespace
Dynamicweb.Indexing.Schemas
Assembly
Dynamicweb.Indexing.dll
Provides object for storing gropuping information
public class GroupingFieldGroup
Inheritance
GroupingFieldGroup
Inherited Members

Properties

From

Field group source name
public string From { get; set; }

Property Value

string

Name

Field group name
public string Name { get; set; }

Property Value

string

To

Field group destination name
public string To { get; set; }

Property Value

string
To top