Class DynamicRelationGroupCategory
- Namespace
- Dynamicweb.Ecommerce.Products.DynamicRelations
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a dynamic relation group category.
public sealed class DynamicRelationGroupCategory
- Inheritance
-
DynamicRelationGroupCategory
- Inherited Members
Properties
Id
The ID of this DynamicRelationGroupCategory.
public string Id { get; set; }
Property Value
Name
The name of this DynamicRelationGroupCategory.
public required string Name { get; set; }
Property Value
SortOrder
The sort order of this DynamicRelationGroupCategory.
public int SortOrder { get; set; }
Property Value
TabName
The tab name of this DynamicRelationGroupCategory.
public required string TabName { get; set; }