DotNetNuke.Entities.Content.Taxonomy.Vocabulary

Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public Vocabulary(
	string name,
	string description,
	VocabularyType type
)
Visual Basic
Public Sub New ( 
	name As String,
	description As String,
	type As VocabularyType
)

Parameters

name
Type: System..::..String
paramnameM:DotNetNuke.Entities.Content.Taxonomy.Vocabulary.#ctor(System.String,System.String,DotNetNuke.Entities.Content.Taxonomy.VocabularyType)
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Entities.Content.Taxonomy.Vocabulary.#ctor(System.String,System.String,DotNetNuke.Entities.Content.Taxonomy.VocabularyType)
type
Type: DotNetNuke.Entities.Content.Taxonomy..::..VocabularyType
paramtypeM:DotNetNuke.Entities.Content.Taxonomy.Vocabulary.#ctor(System.String,System.String,DotNetNuke.Entities.Content.Taxonomy.VocabularyType)

See Also