Interface IVocabularyController
Interface of VocabularyController.
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public interface IVocabularyController
Methods
| Improve this Doc View SourceAddVocabulary(Vocabulary)
Interface of VocabularyController.
Declaration
int AddVocabulary(Vocabulary vocabulary)
Parameters
Type | Name | Description |
---|---|---|
Vocabulary | vocabulary |
Returns
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceClearVocabularyCache()
Interface of VocabularyController.
Declaration
void ClearVocabularyCache()
See Also
| Improve this Doc View SourceDeleteVocabulary(Vocabulary)
Interface of VocabularyController.
Declaration
void DeleteVocabulary(Vocabulary vocabulary)
Parameters
Type | Name | Description |
---|---|---|
Vocabulary | vocabulary |
See Also
| Improve this Doc View SourceGetVocabularies()
Interface of VocabularyController.
Declaration
IQueryable<Vocabulary> GetVocabularies()
Returns
Type | Description |
---|---|
IQueryable<Vocabulary> |
See Also
| Improve this Doc View SourceUpdateVocabulary(Vocabulary)
Interface of VocabularyController.
Declaration
void UpdateVocabulary(Vocabulary vocabulary)
Parameters
Type | Name | Description |
---|---|---|
Vocabulary | vocabulary |