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
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public VocabularyController()

VocabularyController(IDataService)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with IHostSettings. Scheduled removal in v12.0.0.")]
public VocabularyController(IDataService dataService)
Parameters
Type Name Description
IDataService dataService

VocabularyController(IDataService, IHostSettings)

Declaration
public VocabularyController(IDataService dataService, IHostSettings hostSettings)
Parameters
Type Name Description
IDataService dataService
IHostSettings hostSettings

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