Class Util
Utility Methods for Content.
Inheritance
System.Object
Util
Namespace: DotNetNuke.Entities.Content.Common
Assembly: DotNetNuke.dll
Syntax
public static class Util : object
Methods
| Improve this Doc View SourceGetContentController()
Gets the content controller.
Declaration
public static IContentController GetContentController()
Returns
Type | Description |
---|---|
IContentController | ContentController from ComponentFactory. |
GetDataService()
Gets the data service.
Declaration
public static IDataService GetDataService()
Returns
Type | Description |
---|---|
IDataService | data service instance from ComponentFactory. |
GetScopeTypeController()
Gets the scope type controller.
Declaration
public static IScopeTypeController GetScopeTypeController()
Returns
Type | Description |
---|---|
IScopeTypeController | ScopeTypeController from ComponentFactory. |
GetTermController()
Gets the term controller.
Declaration
public static ITermController GetTermController()
Returns
Type | Description |
---|---|
ITermController | TermController from ComponentFactory. |
GetVocabularyController()
Gets the vocabulary controller.
Declaration
public static IVocabularyController GetVocabularyController()
Returns
Type | Description |
---|---|
IVocabularyController | VocabularyController from ComponentFactory. |