Show / Hide Table of Contents

Class Util

Inheritance
object
Util
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.Common
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
Type Description
IContentController

GetContentController(IDataService, IHostSettings)

Declaration
public static IContentController GetContentController(IDataService dataService, IHostSettings hostSettings)
Parameters
Type Name Description
IDataService dataService
IHostSettings hostSettings
Returns
Type Description
IContentController

GetDataService()

Declaration
public static IDataService GetDataService()
Returns
Type Description
IDataService

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
Type Description
IScopeTypeController

GetScopeTypeController(IDataService, IHostSettings)

Declaration
public static IScopeTypeController GetScopeTypeController(IDataService dataService, IHostSettings hostSettings)
Parameters
Type Name Description
IDataService dataService
IHostSettings hostSettings
Returns
Type Description
IScopeTypeController

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
Type Description
ITermController

GetTermController(IDataService, IHostSettings)

Declaration
public static ITermController GetTermController(IDataService dataService, IHostSettings hostSettings)
Parameters
Type Name Description
IDataService dataService
IHostSettings hostSettings
Returns
Type Description
ITermController

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
Type Description
IVocabularyController

GetVocabularyController(IDataService, IHostSettings)

Declaration
public static IVocabularyController GetVocabularyController(IDataService dataService, IHostSettings hostSettings)
Parameters
Type Name Description
IDataService dataService
IHostSettings hostSettings
Returns
Type Description
IVocabularyController
Back to top by the community, for the community... #DNNCMS