Show / Hide Table of Contents

Interface IVocabularyController

Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public interface IVocabularyController

Methods

AddVocabulary(Vocabulary)

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

ClearVocabularyCache()

Declaration
void ClearVocabularyCache()

DeleteVocabulary(Vocabulary)

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

GetVocabularies()

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

UpdateVocabulary(Vocabulary)

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

Extension Methods

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