Show / Hide Table of Contents

Class VocabularyController

Inheritance
object
VocabularyController
Implements
IVocabularyController
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class VocabularyController : IVocabularyController

Constructors

VocabularyController()

Declaration
public VocabularyController()

VocabularyController(IDataService)

Declaration
public VocabularyController(IDataService dataService)
Parameters
Type Name Description
IDataService dataService

Methods

AddVocabulary(Vocabulary)

Declaration
public int AddVocabulary(Vocabulary vocabulary)
Parameters
Type Name Description
Vocabulary vocabulary
Returns
Type Description
int

ClearVocabularyCache()

Declaration
public void ClearVocabularyCache()

DeleteVocabulary(Vocabulary)

Declaration
public void DeleteVocabulary(Vocabulary vocabulary)
Parameters
Type Name Description
Vocabulary vocabulary

GetVocabularies()

Declaration
public IQueryable<Vocabulary> GetVocabularies()
Returns
Type Description
IQueryable<Vocabulary>

UpdateVocabulary(Vocabulary)

Declaration
public void UpdateVocabulary(Vocabulary vocabulary)
Parameters
Type Name Description
Vocabulary vocabulary

Implements

IVocabularyController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS