Class Util
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 10.2.4. Resolve types via Dependency Injection. Scheduled for removal in v12.0.0.")]
public static class Util
Methods
GetContentController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Use overload taking IHostSettings. Scheduled for removal in v12.0.0.")]
public static IContentController GetContentController()
Returns
GetContentController(IDataService, IHostSettings)
Declaration
public static IContentController GetContentController(IDataService dataService, IHostSettings hostSettings)
Parameters
Returns
GetDataService()
Declaration
public static IDataService GetDataService()
Returns
GetScopeTypeController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Use overload taking IHostSettings. Scheduled for removal in v12.0.0.")]
public static IScopeTypeController GetScopeTypeController()
Returns
GetScopeTypeController(IDataService, IHostSettings)
Declaration
public static IScopeTypeController GetScopeTypeController(IDataService dataService, IHostSettings hostSettings)
Parameters
Returns
GetTermController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Use overload taking IHostSettings. Scheduled for removal in v12.0.0.")]
public static ITermController GetTermController()
Returns
GetTermController(IDataService, IHostSettings)
Declaration
public static ITermController GetTermController(IDataService dataService, IHostSettings hostSettings)
Parameters
Returns
GetVocabularyController()
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Use overload taking IHostSettings. Scheduled for removal in v12.0.0.")]
public static IVocabularyController GetVocabularyController()
Returns
GetVocabularyController(IDataService, IHostSettings)
Declaration
public static IVocabularyController GetVocabularyController(IDataService dataService, IHostSettings hostSettings)
Parameters
Returns