Table of Contents

Class TaxonomyData

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Contains information about taxonomy and collection of taxonomy tags.

public sealed class TaxonomyData
Inheritance
object
TaxonomyData
Extension Methods

Properties

Tags

Taxonomy tags.

public IEnumerable<Tag> Tags { get; init; }

Property Value

IEnumerable<Tag>

Taxonomy

Taxonomy basic information like title, description etc.

public Taxonomy Taxonomy { get; init; }

Property Value

Taxonomy