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