Table of Contents

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

public string Id { get; set; }

Property Value

string

Name

The name of this DynamicRelationGroupCategory.

public required string Name { get; set; }

Property Value

string

SortOrder

The sort order of this DynamicRelationGroupCategory.

public int SortOrder { get; set; }

Property Value

int

TabName

The tab name of this DynamicRelationGroupCategory.

public required string TabName { get; set; }

Property Value

string
To top