DotNetNuke.Entities.Content.Taxonomy.Term

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

Syntax

C#
public Term(
	string name,
	string description,
	int vocabularyId
)
Visual Basic
Public Sub New ( 
	name As String,
	description As String,
	vocabularyId As Integer
)

Parameters

name
Type: System..::..String
paramnameM:DotNetNuke.Entities.Content.Taxonomy.Term.#ctor(System.String,System.String,System.Int32)
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Entities.Content.Taxonomy.Term.#ctor(System.String,System.String,System.Int32)
vocabularyId
Type: System..::..Int32
paramvocabularyIdM:DotNetNuke.Entities.Content.Taxonomy.Term.#ctor(System.String,System.String,System.Int32)

See Also