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

Id

The ID of the DynamicRelationGroup.

public string Id { get; set; }

Property Value

string

Name

The name of the DynamicRelationGroup.

public required string Name { get; set; }

Property Value

string
To top