Table of Contents

Class Tag

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Represents a tag persisted in database.

public sealed class Tag
Inheritance
object
Tag
Extension Methods

Properties

Description

Tag description.

public string Description { get; set; }

Property Value

string

ID

Tag ID.

public int ID { get; set; }

Property Value

int

Identifier

Tag GUID.

public Guid Identifier { get; set; }

Property Value

Guid

Name

Tag code name.

public string Name { get; set; }

Property Value

string

Order

Tag order.

public int Order { get; set; }

Property Value

int

ParentID

Tag parent ID.

public int ParentID { get; set; }

Property Value

int

Title

Tag title.

public string Title { get; set; }

Property Value

string