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
Name
Field group name
public string Name { get; set; }
Property Value
To
Field group destination name
public string To { get; set; }