Table of Contents

Class Taxonomy

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents a taxonomy group persisted in database.

public sealed class Taxonomy
Inheritance
object
Taxonomy
Extension Methods

Properties

Description

Taxonomy group description.

public string Description { get; set; }

Property Value

string

Identifier

Taxonomy group GUID.

public Guid Identifier { get; set; }

Property Value

Guid

Name

Taxonomy group code name.

public string Name { get; set; }

Property Value

string

Title

Taxonomy group title.

public string Title { get; set; }

Property Value

string