London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DisplayResolutionServiceExtension

Inheritance
System.Object
DisplayResolutionServiceExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public static class DisplayResolutionServiceExtension

Methods

Initialize(DisplayResolutionService, InitializationEngine)

Initializes this instance

Declaration
[Obsolete("No longer used as an IInitializable Module")]
public static void Initialize(this DisplayResolutionService displayResulotionService, InitializationEngine context)
Parameters
Type Name Description
DisplayResolutionService displayResulotionService
InitializationEngine context

Initialize(DisplayResolutionService, ITypeScannerLookup, IServiceLocator)

Initializes a new instance of the DisplayResolutionService class.

Declaration
[Obsolete("Get instances from type scanner and call Add Instead")]
public static void Initialize(this DisplayResolutionService displayResulotionService, ITypeScannerLookup typeScanner, IServiceLocator serviceLocator)
Parameters
Type Name Description
DisplayResolutionService displayResulotionService
ITypeScannerLookup typeScanner
IServiceLocator serviceLocator

Uninitialize(DisplayResolutionService, InitializationEngine)

Uninitializes the specified context.

Declaration
[Obsolete("No longer used as an IInitializable Module")]
public static void Uninitialize(this DisplayResolutionService displayResulotionService, InitializationEngine context)
Parameters
Type Name Description
DisplayResolutionService displayResulotionService
InitializationEngine context