Table of Contents

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

public required string CategoryId { get; set; }

Property Value

string

Id

The ID of this DynamicRelationGroup.

public string Id { get; set; }

Property Value

string

Name

The name of this DynamicRelationGroup.

public required string Name { get; set; }

Property Value

string

SortOrder

The sort order of this DynamicRelationGroup.

public int SortOrder { get; set; }

Property Value

int
To top