Updates the vocabulary.
Namespace: DotNetNuke.Entities.Content.DataAssembly: 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.