Show / Hide Table of Contents

Class PerformanceSettingsExtensions

Inheritance
object
PerformanceSettingsExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public static class PerformanceSettingsExtensions

Methods

ToNewEnum(PerformanceSettings)

Declaration
public static PerformanceSettings ToNewEnum(this Globals.PerformanceSettings oldValue)
Parameters
Type Name Description
Globals.PerformanceSettings oldValue
Returns
Type Description
PerformanceSettings

ToOldEnum(PerformanceSettings)

Declaration
public static Globals.PerformanceSettings ToOldEnum(this PerformanceSettings newValue)
Parameters
Type Name Description
PerformanceSettings newValue
Returns
Type Description
Globals.PerformanceSettings
Back to top by the community, for the community... #DNNCMS