Updates the vocabulary.

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

Syntax

C#
public void UpdateVocabulary(
	Vocabulary vocabulary,
	int lastModifiedByUserId
)
Visual Basic
Public Sub UpdateVocabulary ( 
	vocabulary As Vocabulary,
	lastModifiedByUserId As Integer
)

Parameters

vocabulary
Type: DotNetNuke.Entities.Content.Taxonomy..::..Vocabulary
The vocabulary.
lastModifiedByUserId
Type: System..::..Int32
The last modified by user id.

Implements

IDataService..::..UpdateVocabulary(Vocabulary, Int32)

See Also